summaryrefslogtreecommitdiff
path: root/src/ui/android/res/layout/languages_item.xml
blob: d5f47ab27ee0e74d6567e9812e9a3f4704dafa2f (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:layout_height="wrap_content"
        android:layout_width="match_parent"
        android:padding="8dp"
        android:textSize="20sp"
        />