修复竖屏本地列表显示不全
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="72dp"
|
||||
android:layout_height="90dp"
|
||||
android:background="@drawable/ll_selector"
|
||||
android:orientation="vertical">
|
||||
|
||||
@@ -14,14 +14,14 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/local_app_iv_icon"
|
||||
android:layout_width="64dp"
|
||||
android:layout_height="64dp"
|
||||
android:layout_width="80dp"
|
||||
android:layout_height="80dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="16dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="64dp"
|
||||
android:layout_height="80dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_weight="1"
|
||||
@@ -70,8 +70,8 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/local_app_btn_open"
|
||||
android:layout_width="@dimen/dp_64"
|
||||
android:layout_height="@dimen/dp_32"
|
||||
android:layout_width="@dimen/dp_90"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginRight="10dp"
|
||||
android:background="@drawable/btn_shap_open"
|
||||
@@ -82,8 +82,8 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/local_app_btn_delete"
|
||||
android:layout_width="@dimen/dp_64"
|
||||
android:layout_height="@dimen/dp_32"
|
||||
android:layout_width="@dimen/dp_90"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginRight="8dp"
|
||||
android:background="@drawable/btn_shap_delete"
|
||||
|
||||
Reference in New Issue
Block a user