apkfuckery/com.discord/res/layout/view_boxed_button.xml

9 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<merge android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.google.android.material.button.MaterialButton android:id="@id/button_boxed_button" android:focusable="false" android:clickable="false" android:layout_width="fill_parent" style="@style/UiKit.Material.Button" />
<LinearLayout android:gravity="center" android:layout_gravity="center" android:translationZ="8.0dip" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">
<TextView android:textColor="@color/primary_100" android:id="@id/button_text" android:paddingLeft="16.0dip" android:textAllCaps="true" style="@style/UiKit.TextView.Semibold" />
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="@color/primary_100" android:id="@id/button_boxed_text" android:background="@drawable/bg_boxed_button_outline" android:paddingLeft="4.0dip" android:paddingTop="2.0dip" android:paddingRight="4.0dip" android:paddingBottom="2.0dip" android:layout_marginLeft="8.0dip" android:layout_marginTop="4.0dip" android:layout_marginBottom="4.0dip" android:textAllCaps="true" style="@style/UiKit.TextView" />
</LinearLayout>
</merge>