diff --git a/app/src/main/res/layout/gemtext_blockquote.xml b/app/src/main/res/layout/gemtext_blockquote.xml index c60d897..5ec7b94 100644 --- a/app/src/main/res/layout/gemtext_blockquote.xml +++ b/app/src/main/res/layout/gemtext_blockquote.xml @@ -1,12 +1,9 @@ \ No newline at end of file + android:paddingEnd="16dp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/gemtext_empty.xml b/app/src/main/res/layout/gemtext_empty.xml index 70b62ee..39d6d03 100644 --- a/app/src/main/res/layout/gemtext_empty.xml +++ b/app/src/main/res/layout/gemtext_empty.xml @@ -1,4 +1,5 @@ \ No newline at end of file + android:layout_width="2dp" + android:layout_height="1dp" + android:backgroundTint="@color/teal_700" /> \ No newline at end of file diff --git a/app/src/main/res/layout/gemtext_link.xml b/app/src/main/res/layout/gemtext_link.xml index 7fd5d21..1711f3d 100644 --- a/app/src/main/res/layout/gemtext_link.xml +++ b/app/src/main/res/layout/gemtext_link.xml @@ -1,12 +1,8 @@ \ No newline at end of file diff --git a/app/src/main/res/layout/gemtext_list_item.xml b/app/src/main/res/layout/gemtext_list_item.xml index 92f04db..9c5aaaa 100644 --- a/app/src/main/res/layout/gemtext_list_item.xml +++ b/app/src/main/res/layout/gemtext_list_item.xml @@ -1,11 +1,8 @@ \ No newline at end of file + android:paddingEnd="16dp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/gemtext_paragraph.xml b/app/src/main/res/layout/gemtext_paragraph.xml index 289a45e..222f1d9 100644 --- a/app/src/main/res/layout/gemtext_paragraph.xml +++ b/app/src/main/res/layout/gemtext_paragraph.xml @@ -1,11 +1,6 @@ \ No newline at end of file + style="@style/CometText" /> \ No newline at end of file diff --git a/app/src/main/res/layout/gemtext_title1.xml b/app/src/main/res/layout/gemtext_title1.xml index a9c1475..c5d7aac 100644 --- a/app/src/main/res/layout/gemtext_title1.xml +++ b/app/src/main/res/layout/gemtext_title1.xml @@ -1,12 +1,9 @@ \ No newline at end of file + style="@style/CometText" + android:textSize="30sp" + android:textStyle="bold" + android:paddingTop="16dp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/gemtext_title2.xml b/app/src/main/res/layout/gemtext_title2.xml index 06d5d36..d377071 100644 --- a/app/src/main/res/layout/gemtext_title2.xml +++ b/app/src/main/res/layout/gemtext_title2.xml @@ -1,12 +1,9 @@ \ No newline at end of file + style="@style/CometText" + android:textSize="24sp" + android:textStyle="bold" + android:paddingTop="8dp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/gemtext_title3.xml b/app/src/main/res/layout/gemtext_title3.xml index 77b6b63..8c275cf 100644 --- a/app/src/main/res/layout/gemtext_title3.xml +++ b/app/src/main/res/layout/gemtext_title3.xml @@ -1,12 +1,9 @@ \ No newline at end of file + style="@style/CometText" + android:textSize="18sp" + android:textStyle="bold" + android:paddingTop="8dp" /> \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml new file mode 100644 index 0000000..917a367 --- /dev/null +++ b/app/src/main/res/values/styles.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file