We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1836a70 commit 3d0b30eCopy full SHA for 3d0b30e
app/src/main/res/layout/popup_log_layout.xml
@@ -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
9
+ android:layout_height="wrap_content"
10
+ android:textSize="14sp"
11
+ android:textColor="@android:color/black" />
12
+
13
+</LinearLayout>
0 commit comments