diff --git a/application/res/layout/channeladd.xml b/application/res/layout/channeladd.xml index 51376ee..30ae964 100644 --- a/application/res/layout/channeladd.xml +++ b/application/res/layout/channeladd.xml @@ -28,7 +28,7 @@ along with Yaaic. If not, see . android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/channel_add_description" - android:padding="5px" /> + android:padding="5dp" /> . android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/action_add" - android:minWidth="50px" /> + android:minWidth="75dp" /> . android:layout_height="wrap_content" android:id="@+id/ok" android:text="@string/action_ok" - android:minWidth="75px" /> + android:minWidth="90dp" />