1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-03-15 08:29:02 +00:00

Layout improvement

This commit is contained in:
M66B 2015-10-30 12:59:06 +01:00
parent e1114967d9
commit 2e4bf4379c

View file

@ -102,6 +102,7 @@
android:id="@+id/cbUsing"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:text="@string/title_using"
android:textAppearance="@android:style/TextAppearance.Material.Small" />
@ -109,6 +110,7 @@
android:id="@+id/btnLaunch"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:text="@string/title_launch" />
</LinearLayout>
</LinearLayout>