Files
MoGoAiCloudSdk/app/src/main/res/layout/log_item.xml
2022-02-25 15:13:38 +08:00

20 lines
667 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/time"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="--"
android:textSize="13sp"/>
<TextView
android:id="@+id/logtext"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="--"
android:textSize="13sp"/>
</LinearLayout>