mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 20:00:50 +00:00
Change UI app
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?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"
|
||||
/>
|
||||
Reference in New Issue
Block a user