[mobile] update dialog ui - part 4

pull/123/head
FongMi 3 years ago
parent fcf24c5781
commit ceeaddfb8e
  1. 4
      app/src/mobile/res/layout/adapter_config.xml
  2. 4
      app/src/mobile/res/layout/adapter_live.xml
  3. 4
      app/src/mobile/res/layout/adapter_site.xml

@ -6,9 +6,9 @@
android:gravity="center_vertical"
android:orientation="horizontal">
<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/text"
style="@style/Widget.Material3.Button.OutlinedButton"
style="?attr/materialButtonOutlinedStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Button xmlns:android="http://schemas.android.com/apk/res/android"
<com.google.android.material.button.MaterialButton xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/text"
style="@style/Widget.Material3.Button.OutlinedButton"
style="?attr/materialButtonOutlinedStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"

@ -6,9 +6,9 @@
android:gravity="center_vertical"
android:orientation="horizontal">
<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/text"
style="@style/Widget.Material3.Button.OutlinedButton"
style="?attr/materialButtonOutlinedStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"

Loading…
Cancel
Save