|
11 | 11 | See the License for the specific language governing permissions and
|
12 | 12 | limitations under the License.
|
13 | 13 | -->
|
| 14 | + |
| 15 | + |
14 | 16 | <layout xmlns:android="http://schemas.android.com/apk/res/android"
|
15 | 17 | xmlns:app="http://schemas.android.com/apk/res-auto"
|
16 | 18 | xmlns:tools="http://schemas.android.com/tools"
|
|
53 | 55 | android:layout_marginTop="10dp"
|
54 | 56 | android:layout_marginLeft="30dp"
|
55 | 57 | android:layout_alignParentLeft="true"
|
| 58 | + android:layout_below="@+id/doGPSPreferredCredsExistButton" |
56 | 59 | android:text="Get GPS\npreferred\ncredentials"
|
| 60 | + android:backgroundTint="#00639B" |
57 | 61 | app:icon="@drawable/ic_baseline_share_24" />
|
58 | 62 | <Button
|
59 | 63 | android:id="@+id/clearGPSButton"
|
|
62 | 66 | android:layout_marginTop="10dp"
|
63 | 67 | android:layout_marginLeft="30dp"
|
64 | 68 | android:layout_alignParentLeft="true"
|
65 |
| - android:layout_below="@+id/getGPSButton" |
| 69 | + android:layout_below="@+id/setGPSButton" |
66 | 70 | android:text="Clear GPS\npreferred\ncredentials"
|
| 71 | + android:backgroundTint="#00639B" |
67 | 72 | app:icon="@drawable/ic_baseline_share_24" />
|
68 | 73 | <Button
|
69 | 74 | android:id="@+id/setGPSButton"
|
|
72 | 77 | android:layout_marginTop="10dp"
|
73 | 78 | android:layout_marginLeft="30dp"
|
74 | 79 | android:layout_alignParentLeft="true"
|
75 |
| - android:layout_below="@+id/clearGPSButton" |
76 |
| - android:text="Set TBR\ncredentials\nin GPS" |
| 80 | + android:layout_below="@+id/getGPSButton" |
| 81 | + android:text="Set\ncredentials\nin GPS" |
| 82 | + android:backgroundTint="#00639B" |
77 | 83 | app:icon="@drawable/ic_baseline_share_24" />
|
78 | 84 | <Button
|
79 | 85 | android:id="@+id/doGPSPreferredCredsExistButton"
|
|
82 | 88 | android:layout_marginTop="10dp"
|
83 | 89 | android:layout_marginLeft="30dp"
|
84 | 90 | android:layout_alignParentLeft="true"
|
85 |
| - android:layout_below="@+id/setGPSButton" |
86 | 91 | android:text="Do pref.\ncredentials\nexist?"
|
| 92 | + android:backgroundTint="#00639B" |
87 | 93 | app:icon="@drawable/ic_baseline_share_24" />
|
88 | 94 | <Button
|
89 | 95 | android:id="@+id/setOTBRButton"
|
|
92 | 98 | android:layout_marginTop="10dp"
|
93 | 99 | android:layout_marginRight="35dp"
|
94 | 100 | android:layout_alignParentRight="true"
|
95 |
| - android:text="Set OTBR\npending\ncredentials" |
| 101 | + android:text="Set RPi\nOTBR\ncredentials" |
| 102 | + android:layout_below="@+id/getOTBRButton" |
| 103 | + android:backgroundTint="#3E766D" |
96 | 104 | app:icon="@drawable/ic_baseline_share_24" />
|
97 | 105 | <Button
|
98 | 106 | android:id="@+id/getOTBRButton"
|
|
101 | 109 | android:layout_marginTop="10dp"
|
102 | 110 | android:layout_marginRight="35dp"
|
103 | 111 | android:layout_alignParentRight="true"
|
104 |
| - android:layout_below="@+id/setOTBRButton" |
105 |
| - android:text="Get OTBR\nactive\ncredentials" |
| 112 | + android:text="Get RPi\nOTBR\ncredentials" |
| 113 | + android:backgroundTint="#3E766D" |
106 | 114 | app:icon="@drawable/ic_baseline_share_24" />
|
107 | 115 | <Button
|
108 | 116 | android:id="@+id/readQRCode"
|
|
111 | 119 | android:layout_marginTop="10dp"
|
112 | 120 | android:layout_marginRight="35dp"
|
113 | 121 | android:layout_alignParentRight="true"
|
114 |
| - android:layout_below="@+id/getOTBRButton" |
| 122 | + android:layout_below="@+id/setOTBRButton" |
115 | 123 | android:text="Read\ncredentials\nQR Code"
|
| 124 | + android:backgroundTint="#FF8569" |
116 | 125 | app:icon="@drawable/ic_baseline_share_24" />
|
117 | 126 | <Button
|
118 | 127 | android:id="@+id/showQRCode"
|
|
123 | 132 | android:layout_alignParentRight="true"
|
124 | 133 | android:layout_below="@+id/readQRCode"
|
125 | 134 | android:text="Show\ncredentials\nQR Code"
|
| 135 | + android:backgroundTint="#FF8569" |
126 | 136 | app:icon="@drawable/ic_baseline_share_24" />
|
127 | 137 | </RelativeLayout>
|
128 | 138 | <TextView
|
|
0 commit comments