summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/logcat_row.xml
blob: d751374afd64edf333f95dac648c8bc32223d524 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/text1"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:padding="4sp"
    android:textSize="12sp"
    android:gravity="center_vertical"/>