small cleanup to main layout and notify icons
This commit is contained in:
parent
7ab5fae522
commit
ea7154f2c8
Binary file not shown.
Before Width: | Height: | Size: 779 B After Width: | Height: | Size: 978 B |
Binary file not shown.
Before Width: | Height: | Size: 826 B After Width: | Height: | Size: 1.0 KiB |
|
@ -16,8 +16,8 @@
|
||||||
<ImageView android:id="@+id/radioModeImage"
|
<ImageView android:id="@+id/radioModeImage"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="3px"
|
android:layout_marginTop="3dp"
|
||||||
android:layout_marginRight="3px"
|
android:layout_marginRight="3dp"
|
||||||
android:gravity="right"
|
android:gravity="right"
|
||||||
android:layout_toRightOf="@+id/radioModeLabel"
|
android:layout_toRightOf="@+id/radioModeLabel"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/powered_by"
|
android:text="@string/powered_by"
|
||||||
android:layout_marginTop="8px"
|
android:layout_marginTop="8dp"
|
||||||
android:layout_marginRight="0px"
|
android:layout_marginRight="0px"
|
||||||
android:gravity="right"
|
android:gravity="right"
|
||||||
android:layout_toLeftOf="@+id/radioModeImage"
|
android:layout_toLeftOf="@+id/radioModeImage"
|
||||||
|
@ -45,6 +45,7 @@
|
||||||
android:layout_marginTop="40dp"
|
android:layout_marginTop="40dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:src="@drawable/toroff"
|
android:src="@drawable/toroff"
|
||||||
|
android:contentDescription="activate button"
|
||||||
android:layout_gravity="center_horizontal" />
|
android:layout_gravity="center_horizontal" />
|
||||||
|
|
||||||
<TextView android:id="@+id/lblStatus"
|
<TextView android:id="@+id/lblStatus"
|
||||||
|
@ -55,7 +56,6 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|
||||||
android:textColor="#ffffff"
|
android:textColor="#ffffff"
|
||||||
android:layout_below="@id/imgStatus"
|
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue