mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-16 15:20:31 +05:30
11 lines
436 B
XML
11 lines
436 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:id="@+id/textViewFeelings"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:paddingHorizontal="15dp"
|
||
|
android:paddingVertical="12dp"
|
||
|
android:textSize="18sp"
|
||
|
android:textStyle="bold"
|
||
|
tools:text="TextView" />
|