8 lines
240 B
XML
8 lines
240 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="300dp"
|
|
android:background="@color/white"
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
</FrameLayout> |