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

ui: Add missing modifications

Refs #40232
parent 651b5262
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
android:layout_alignParentTop="true">
<ImageView
android:id="@+id/button1"
android:id="@+id/image_call"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
......@@ -32,20 +32,33 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toRightOf="@+id/button1"
android:layout_toRightOf="@+id/image_call"
android:textSize="12sp"
android:textColor="@color/white"/>
<ViewSwitcher
android:id="@+id/security_switcher"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone"
android:layout_toLeftOf="@+id/dialpad_btn">
<Button
android:id="@+id/confirm_sas"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toLeftOf="@+id/dialpad_btn"
android:textSize="12sp"
android:visibility="gone"
android:textColor="@color/white"/>
<ImageView
android:id="@+id/lock_image"
android:layout_centerVertical="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</ViewSwitcher>
<ImageButton
android:id="@+id/dialpad_btn"
android:layout_width="wrap_content"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment