|
4 | 4 | android:layout_height="match_parent"
|
5 | 5 | android:id="@+id/device_select_root"
|
6 | 6 | android:orientation="vertical"
|
7 |
| - android:background="@color/settings_popup_background"> |
| 7 | + android:background="@color/settings_popup_background" |
| 8 | + android:padding="20dp"> |
8 | 9 |
|
9 | 10 | <LinearLayout
|
10 | 11 | android:layout_width="match_parent"
|
|
19 | 20 | android:id="@+id/deviceListHeader"
|
20 | 21 | android:layout_gravity="center_vertical"
|
21 | 22 | android:text="Select Device"
|
22 |
| - android:layout_marginLeft="10dp" |
23 | 23 | android:layout_weight="1"
|
24 | 24 | android:textSize="18dp"
|
25 | 25 | android:textColor="@color/white"/>
|
|
55 | 55 | android:text="@string/no_clients_found"
|
56 | 56 | android:id="@+id/deviceSelectNoDevicesFound"
|
57 | 57 | android:gravity="center_vertical"
|
58 |
| - android:layout_marginLeft="20dp" |
59 | 58 | android:textColor="@color/white"
|
60 |
| - android:visibility="gone"/> |
| 59 | + android:visibility="gone" |
| 60 | + /> |
61 | 61 |
|
62 | 62 | <ListView
|
63 | 63 | android:id="@+id/serverListView"
|
|
75 | 75 | android:id="@+id/deviceListResume"
|
76 | 76 | android:layout_width="wrap_content"
|
77 | 77 | android:layout_height="wrap_content"
|
78 |
| - android:layout_marginBottom="30dp" |
79 | 78 | android:layout_marginTop="10dp"
|
80 | 79 | android:text="@string/resume_if_in_progress"
|
81 | 80 | android:textColor="@color/white"
|
|
94 | 93 | android:layout_height="wrap_content"
|
95 | 94 | android:text="@string/unauthorized_local_server_found_logged_out"
|
96 | 95 | android:id="@+id/unauthorizedLocalServerFoundTextViewLoggedOut"
|
97 |
| - android:visibility="invisible" |
98 |
| - android:layout_margin="25dp"/> |
| 96 | + android:layout_margin="25dp" |
| 97 | + android:visibility="invisible"/> |
99 | 98 |
|
100 | 99 | <TextView
|
101 | 100 | android:layout_width="wrap_content"
|
|
0 commit comments