Added Android code
[wl-app.git] / Android / folioreader / res / layout / row_font.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
3           android:id="@+id/name"
4           android:layout_width="wrap_content"
5           android:layout_height="match_parent"
6           android:textSize="24sp"
7           android:gravity="center_vertical"
8           android:padding="16dp"/>