apkfuckery/com.discord/res/layout/widget_guilds_list_item_div...

6 lines
522 B
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="6.0dip" android:layout_marginBottom="6.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<View android:background="@color/theme_white_alpha_20" android:layout_width="30.0dip" android:layout_height="2.0dip"
xmlns:android="http://schemas.android.com/apk/res/android" />
</RelativeLayout>