18 lines
752 B
XML
18 lines
752 B
XML
<?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:layout_gravity="center_horizontal"
|
|
android:orientation="vertical">
|
|
|
|
<ImageView
|
|
android:id="@+id/image_iv"
|
|
android:layout_width="@dimen/scroll_appdetail_item_width"
|
|
android:layout_height="@dimen/scroll_appdetail_item_height"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_marginLeft="@dimen/PX4x"
|
|
android:layout_marginRight="@dimen/PX4x"
|
|
android:contentDescription="@null"
|
|
android:scaleType="fitCenter"
|
|
android:soundEffectsEnabled="false" />
|
|
</LinearLayout> |