|
|
@ -25,6 +25,8 @@
|
|
|
|
android:layout_height="@dimen/_88dp"
|
|
|
|
android:layout_height="@dimen/_88dp"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
|
|
|
android:focusedByDefault="true"
|
|
|
|
|
|
|
|
android:nextFocusDown="@id/item_query"
|
|
|
|
android:paddingStart="@dimen/_66dp">
|
|
|
|
android:paddingStart="@dimen/_66dp">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
@ -125,6 +127,7 @@
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
android:id="@+id/camera_switch"
|
|
|
|
android:id="@+id/camera_switch"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:checked="true"
|
|
|
|
android:layout_height="@dimen/_34dp"
|
|
|
|
android:layout_height="@dimen/_34dp"
|
|
|
|
android:layout_marginStart="@dimen/_13dp" />
|
|
|
|
android:layout_marginStart="@dimen/_13dp" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|