Buran/app/src/main/res/layout/gemtext_text.xml

12 lines
603 B
XML
Raw Normal View History

2021-12-02 18:11:34 +00:00
<?xml version="1.0" encoding="utf-8"?>
2022-08-06 14:42:08 +00:00
<androidx.appcompat.widget.AppCompatTextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
2021-12-02 18:11:34 +00:00
android:id="@+id/gemtext_text_textview"
android:textSize="@dimen/default_text_size"
android:layout_marginLeft="@dimen/screen_margin"
android:layout_marginRight="@dimen/screen_margin"
android:textColor="@color/stroke"
android:textIsSelectable="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
2022-08-06 14:42:08 +00:00
app:lineHeight="@dimen/default_line_height" />