feat: 优化

pull/209/head
kunfei 5 years ago
parent dbe03c79f7
commit b636bd23a6
  1. 5
      app/src/main/res/layout/view_preference.xml

@ -32,7 +32,6 @@
<TextView <TextView
android:id="@+id/preference_title" android:id="@+id/preference_title"
android:paddingBottom="8dp"
android:singleLine="true" android:singleLine="true"
android:textSize="16sp" android:textSize="16sp"
android:text="@string/title" android:text="@string/title"
@ -46,7 +45,9 @@
android:textColor="@color/tv_text_summary" android:textColor="@color/tv_text_summary"
android:text="@string/default1" android:text="@string/default1"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" /> android:layout_height="wrap_content"
android:layout_marginTop="8dp" />
</LinearLayout> </LinearLayout>
<FrameLayout <FrameLayout

Loading…
Cancel
Save