Twidere-App-Android-Twitter.../twidere/src/main/res/layout/fragment_network_diagnostic...

24 lines
840 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="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/log_text"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:scrollbars="vertical"
android:textAppearance="?android:textAppearanceSmall"
android:textColor="?android:textColorPrimary"
android:typeface="monospace"/>
<Button
android:id="@+id/start_diagnostics"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0"
android:text="@string/action_start"/>
</LinearLayout>