Updated call layout to allow for secondary buttons to be visible above numpad
This commit is contained in:
parent
260d38669e
commit
66f349ebd2
2 changed files with 12 additions and 12 deletions
|
@ -126,12 +126,6 @@
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_toLeftOf="@id/vertical_divider" />
|
android:layout_toLeftOf="@id/vertical_divider" />
|
||||||
|
|
||||||
<include layout="@layout/call_secondary_buttons"
|
|
||||||
android:id="@+id/call_secondary_buttons"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent"
|
|
||||||
android:layout_toRightOf="@id/vertical_divider" />
|
|
||||||
|
|
||||||
<ViewStub
|
<ViewStub
|
||||||
android:id="@+id/numpad"
|
android:id="@+id/numpad"
|
||||||
android:inflatedId="@+id/numpad"
|
android:inflatedId="@+id/numpad"
|
||||||
|
@ -142,6 +136,12 @@
|
||||||
android:layout_above="@id/call_primary_buttons"
|
android:layout_above="@id/call_primary_buttons"
|
||||||
android:background="@color/toolbar_color" />
|
android:background="@color/toolbar_color" />
|
||||||
|
|
||||||
|
<include layout="@layout/call_secondary_buttons"
|
||||||
|
android:id="@+id/call_secondary_buttons"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:layout_toRightOf="@id/vertical_divider" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
|
@ -118,12 +118,6 @@
|
||||||
android:layout_height="60dp"
|
android:layout_height="60dp"
|
||||||
android:layout_alignParentBottom="true" />
|
android:layout_alignParentBottom="true" />
|
||||||
|
|
||||||
<include layout="@layout/call_secondary_buttons"
|
|
||||||
android:id="@+id/call_secondary_buttons"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent"
|
|
||||||
android:layout_above="@id/call_primary_buttons" />
|
|
||||||
|
|
||||||
<ViewStub
|
<ViewStub
|
||||||
android:id="@+id/numpad"
|
android:id="@+id/numpad"
|
||||||
android:inflatedId="@+id/numpad"
|
android:inflatedId="@+id/numpad"
|
||||||
|
@ -135,6 +129,12 @@
|
||||||
android:layout_marginBottom="60dp"
|
android:layout_marginBottom="60dp"
|
||||||
android:background="@color/toolbar_color" />
|
android:background="@color/toolbar_color" />
|
||||||
|
|
||||||
|
<include layout="@layout/call_secondary_buttons"
|
||||||
|
android:id="@+id/call_secondary_buttons"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:layout_above="@id/call_primary_buttons" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
Loading…
Reference in a new issue