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