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

8 lines
933 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout style="@style/FriendsList.EmptyState"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:src="@drawable/img_wumpus_playing_with_friends" android:contentDescription="@string/sample_empty_string" android:layout_marginStart="32.0dip" android:layout_marginEnd="32.0dip" style="@style/FriendsList.EmptyState.Image" />
<TextView android:id="@id/empty_friends_state_title" android:text="@string/friends_empty_state_all" style="@style/FriendsList.EmptyState.Title" />
<TextView android:text="@string/friends_empty_state_subtitle" style="@style/FriendsList.EmptyState.Subtitle" />
<com.google.android.material.button.MaterialButton android:textSize="@dimen/uikit_textsize_medium" android:id="@id/empty_friends_state_add_friend" android:text="@string/add_friend" android:singleLine="true" style="@style/UiKit.Material.Button" />
</LinearLayout>