Skip to content

Commit 3d0b30e

Browse files
committed
Added Popup layout and tested
1 parent 1836a70 commit 3d0b30e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:orientation="vertical"
4+
android:layout_width="match_parent"
5+
android:layout_height="match_parent">
6+
<TextView
7+
android:id="@+id/log_text_view"
8+
android:layout_width="match_parent"
9+
android:layout_height="wrap_content"
10+
android:textSize="14sp"
11+
android:textColor="@android:color/black" />
12+
13+
</LinearLayout>

0 commit comments

Comments
 (0)