tmap/res/layout/setting_row_custom_view.xml
2022-06-10 21:38:30 +09:00

6 lines
584 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@id/setting_row_image_view_item" android:background="@color/color_f3f3f3" android:layout_width="fill_parent" android:layout_height="wrap_content" android:scaleType="fitXY" android:adjustViewBounds="true" />
<View android:id="@id/row_empty_view" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</LinearLayout>