|
16 | 16 | android:layout_width="match_parent" |
17 | 17 | android:layout_height="wrap_content" |
18 | 18 | android:layout_marginTop="@dimen/settings_padding" |
19 | | - android:background="?android:attr/selectableItemBackground" |
| 19 | + android:background="?attr/selectableItemBackground" |
20 | 20 | android:padding="@dimen/activity_margin"> |
21 | 21 |
|
22 | 22 | <TextView |
|
42 | 42 | android:layout_width="match_parent" |
43 | 43 | android:layout_height="wrap_content" |
44 | 44 | android:layout_marginTop="@dimen/settings_padding" |
45 | | - android:background="?android:attr/selectableItemBackground" |
| 45 | + android:background="?attr/selectableItemBackground" |
46 | 46 | android:padding="@dimen/activity_margin"> |
47 | 47 |
|
48 | 48 | <TextView |
|
62 | 62 | android:clickable="false"/> |
63 | 63 |
|
64 | 64 | </RelativeLayout> |
| 65 | + |
| 66 | + <RelativeLayout |
| 67 | + android:id="@+id/settings_show_full_path_holder" |
| 68 | + android:layout_width="match_parent" |
| 69 | + android:layout_height="wrap_content" |
| 70 | + android:layout_marginTop="@dimen/settings_padding" |
| 71 | + android:background="?attr/selectableItemBackground" |
| 72 | + android:padding="@dimen/activity_margin"> |
| 73 | + |
| 74 | + <TextView |
| 75 | + android:id="@+id/settings_show_full_path_label" |
| 76 | + android:layout_width="wrap_content" |
| 77 | + android:layout_height="wrap_content" |
| 78 | + android:layout_centerVertical="true" |
| 79 | + android:paddingLeft="@dimen/settings_padding" |
| 80 | + android:text="@string/show_full_path"/> |
| 81 | + |
| 82 | + <android.support.v7.widget.SwitchCompat |
| 83 | + android:id="@+id/settings_show_full_path" |
| 84 | + android:layout_width="wrap_content" |
| 85 | + android:layout_height="wrap_content" |
| 86 | + android:layout_alignParentRight="true" |
| 87 | + android:background="@null" |
| 88 | + android:clickable="false"/> |
| 89 | + |
| 90 | + </RelativeLayout> |
65 | 91 | </LinearLayout> |
66 | 92 | </ScrollView> |
0 commit comments