feat: 优化代码

pull/198/head
kunfei 5 years ago
parent a5c873527a
commit 17248ef6e8
  1. 3
      app/src/main/res/layout/view_preference_category.xml

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
@ -18,7 +19,7 @@
android:paddingLeft="16dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
tools:ignore="RtlHardcoded,RtlSymmetry" />
<View
android:id="@+id/preference_divider_below"

Loading…
Cancel
Save