apkfuckery/com.discord/res/layout/widget_user_profile_adapter...

6 lines
610 B
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-02-04 20:08:30 +00:00
<LinearLayout android:gravity="center" android:padding="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup.LinearLayout"
2019-02-04 20:05:16 +00:00
xmlns:android="http://schemas.android.com/apk/res/android">
2019-02-06 20:30:57 +00:00
<ImageView android:id="@id/user_profile_adapter_item_empty" android:layout_marginTop="@dimen/uikit_spacing_xxlarge" android:contentDescription="@string/sample_empty_string" style="@style/UiKit.ImageView" />
2019-02-04 20:08:30 +00:00
<TextView android:id="@id/user_profile_adapter_item_empty_text" android:layout_margin="@dimen/uikit_spacing_large" style="@style/UiKit.TextView.H2" />
2019-02-04 20:05:16 +00:00
</LinearLayout>