Skip to content
Snippets Groups Projects
Commit 8d893700 authored by Alexandre Lision's avatar Alexandre Lision
Browse files

ui: fix padding issue on dialing screen

parent 35577131
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,6 @@
android:background="@drawable/item_keyboard_choice_selector"
android:contentDescription="@string/dial_numeric_pad"
android:drawableLeft="@drawable/ic_action_dial_pad_light"
android:drawablePadding="5sp"
android:text="123"
android:textColor="@color/white"
android:textSize="15sp" />
......@@ -61,7 +60,6 @@
android:background="@drawable/item_keyboard_choice_selector"
android:contentDescription="@string/dial_alphabetic_pad"
android:drawableLeft="@drawable/ic_action_keyboard_light"
android:drawablePadding="10sp"
android:text="ABC"
android:textColor="@color/white"
android:textSize="15sp" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment