diff options
author | getgo-nobugs <hhx3396@vip.qq.com> | 2024-08-02 04:09:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-01 22:09:08 +0200 |
commit | 9584bbc422b71f251b3e14b0b8d2e766012c7658 (patch) | |
tree | baebc7f88be1a5bd45fa9acbfa75f1f2b8825f5a | |
parent | 627d8ee83f0f99ec7ca8b6c08095d0fa17577e16 (diff) | |
download | AntennaPod-9584bbc422b71f251b3e14b0b8d2e766012c7658.zip |
Center empty view title (#7312)
-rw-r--r-- | app/src/main/res/layout/empty_view_layout.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/empty_view_layout.xml b/app/src/main/res/layout/empty_view_layout.xml index e02c5debe..6ad0576a9 100644 --- a/app/src/main/res/layout/empty_view_layout.xml +++ b/app/src/main/res/layout/empty_view_layout.xml @@ -23,6 +23,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="16sp" + android:textAlignment="center" android:textColor="?android:attr/textColorPrimary" tools:text="Title" /> |