diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-03-15 05:12:02 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-03-15 05:12:02 +0000 |
commit | e076e2374f8bba9e268a124e67e473ecdbd06f21 (patch) | |
tree | dfd90592ce759c0dee37a5d11dc5520e4531425d /app/src/main/res/layout/activity_post_link.xml | |
parent | 1c1b084566ca3c65652310e403faee5f061d36ee (diff) | |
download | infinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.tar infinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.tar.gz infinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.tar.bz2 infinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.tar.lz infinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.tar.xz infinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.tar.zst infinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.zip |
Implement custom multiple themes (Buggy).
Diffstat (limited to 'app/src/main/res/layout/activity_post_link.xml')
-rw-r--r-- | app/src/main/res/layout/activity_post_link.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_post_link.xml b/app/src/main/res/layout/activity_post_link.xml index 07e94046..7998c1d6 100644 --- a/app/src/main/res/layout/activity_post_link.xml +++ b/app/src/main/res/layout/activity_post_link.xml @@ -83,6 +83,7 @@ </RelativeLayout> <View + android:id="@+id/divider_1_post_link_activity" android:layout_width="match_parent" android:layout_height="1dp" android:background="?attr/dividerColor" /> @@ -137,6 +138,7 @@ </LinearLayout> <View + android:id="@+id/divider_2_post_link_activity" android:layout_width="match_parent" android:layout_height="1dp" android:background="?attr/dividerColor" /> @@ -154,6 +156,7 @@ android:textColor="?attr/primaryTextColor" /> <View + android:id="@+id/divider_3_post_link_activity" android:layout_width="match_parent" android:layout_height="1dp" android:background="?attr/dividerColor" /> |