0
A
答えて
2
が....この
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<ImageButton
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_weight="1"
android:src="@mipmap/ic_launcher_round" />
<View
android:layout_width="1dp"
android:layout_height="match_parent"
android:background="@color/colorPrimary" />
<ImageButton
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_weight="1"
android:src="@mipmap/ic_launcher_round" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:layout_weight="1"
android:background="@color/colorPrimary" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginLeft="10dp"
android:layout_marginTop="10dp"
android:layout_weight="1"
android:background="@color/colorPrimary" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:orientation="horizontal">
<ImageButton
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_weight="1"
android:src="@mipmap/ic_launcher_round" />
<View
android:layout_width="1dp"
android:layout_height="match_parent"
android:background="@color/colorPrimary" />
<ImageButton
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_weight="1"
android:src="@mipmap/ic_launcher_round" />
</LinearLayout>
</LinearLayout>
出力
関連する問題
- 1. ボーダー/ストローク付きSVG画像
- 2. ノードとエクスプレスを使用してmongooseのストローク画像
- 3. asp mvcアプリケーションの画像フォルダ内の画像を削除してもInternetExplorerには適用されません
- 4. 画像は私が
- 5. セルフサイジングテーブルセル内のImageViewは、Aspect Fitが適用される前に画像の高さを使用します。
- 6. SVGクリップ画像およびshowストローク
- 7. Emgu CVは - 私は、画像内
- 8. アニメーションは、グリッド内のすべての画像ビューに適用されますか?
- 9. 背景画像をブートストラップカラムに適用しますが、高さは0ですか?
- 10. ドローイングペンはJavaのスイングを使用してストローク...ストロークは
- 11. ラベルに画像を適用
- 12. CSSフィルタを適用して画像を保存するには
- 13. カントアップロード画像レールとエラーが、私は宝石「carrierwave」を使用して、私はlocalhostに画像をアップロードしたい
- 14. PILまたはImagemagikの画像にカラーオーバーレイを適用する
- 15. 私は1つのcaroselで複数の画像にカルーセルを適用しようとしています。カルーセルは動いていません。私は1つのカルーセルに複数の画像にカルーセルを適用することはできませんよ//私
- 16. ワードドキュメント内のすべての画像にピクチャスタイルを適用する
- 17. ソースコード内で応答する画像のプロパティを適用する
- 18. 傾斜画像アニメーションを繰り返し適用するには?
- 19. Androidグライドロード画像ファイルオーバーレイを適用して画像ビューに設定
- 20. C#が、私はExcelワークシート上の画像を挿入しましたHi画像
- 21. 画像は、私が確認
- 22. KnpSnappyBundleは画像の中で画像を使用します
- 23. 私はimage.Hereをマーカーにスタイルを適用するGoogleマップのマーカー画像
- 24. laravel画像の介入は、ユーザーがアップロードした画像を圧縮するのに適していますか?
- 25. グレースケール画像に適応しきい値を適用する
- 26. 私はスライダ画像のサードパーティライブラリを使用しましたが、オフラインモードの画像は画像sliderviewに表示されます
- 27. UIWebViewはビュー全体に適合する画像を使用します
- 28. 画像にフレームを適用する
- 29. MATLAB:ローパスフィルタを画像に適用する
- 30. 画像にビルトインカラープロファイルを適用する
に感謝してみてください作品の魅力のように...! – Ashutosh
@Ashutoshあなたがコードを楽しむのを喜んで支援する – Prem