Skip to content
Snippets Groups Projects
Commit 9159c48d authored by Emeric Vigier's avatar Emeric Vigier
Browse files

#17262: Call buttons are compressed by home activity layout

parent 3050b06d
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ as that of the covered work.
<EditText
android:id="@+id/phoneNumberTextEntry"
android:layout_width="fill_parent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Type phone number"
android:layout_below="@+id/buttonCall"/>
......@@ -63,7 +63,7 @@ as that of the covered work.
android:id="@+id/callButtonLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_weight="0.5"
android:gravity="center_horizontal"
android:orientation="horizontal" >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment