Add QR code scanner button to search tab

This commit is contained in:
Grishka
2024-02-28 23:48:00 +03:00
parent e9dde114b7
commit 58259d9fb0
4 changed files with 151 additions and 73 deletions

View File

@@ -30,8 +30,9 @@
<TextView
android:id="@+id/search_text"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center_vertical|start"
android:textAlignment="viewStart"
android:singleLine="true"
@@ -39,6 +40,16 @@
android:textAppearance="@style/m3_body_large"
android:text="@string/search_mastodon"/>
<ImageButton
android:id="@+id/search_scan_qr"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_margin="8dp"
android:contentDescription="@string/scan_qr_code"
android:background="@drawable/bg_round_ripple"
android:tint="?colorM3OnSurfaceVariant"
android:src="@drawable/ic_qr_code_scanner_24px"/>
</LinearLayout>
</FrameLayout>