mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 13:38:41 +00:00
14 lines
462 B
XML
14 lines
462 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Button xmlns:android="http://schemas.android.com/apk/res/android"
|
|
style="@style/SJDialog.ButtonStyle"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="45dp"
|
|
|
|
android:layout_weight="1"
|
|
android:autoSizeMaxTextSize="14dp"
|
|
android:autoSizeMinTextSize="5dp"
|
|
android:autoSizeStepGranularity="1dp"
|
|
android:autoSizeTextType="uniform"
|
|
android:maxLines="1"
|
|
android:text="Btn"
|
|
/> |