diff options
author | Docile-Alligator <chineseperson5@gmail.com> | 2022-04-28 07:46:25 +0000 |
---|---|---|
committer | Docile-Alligator <chineseperson5@gmail.com> | 2022-04-28 07:46:25 +0000 |
commit | 77ed06dac1c27f331d1af51e0e60c137718880b5 (patch) | |
tree | 2625e806d76e2985774d9ff3af05181506c0954e /app/src/main/res/layout/activity_submit_crosspost.xml | |
parent | d9172110e672d9b39727010793b719fe9dd2f894 (diff) | |
download | infinity-for-reddit-77ed06dac1c27f331d1af51e0e60c137718880b5.tar infinity-for-reddit-77ed06dac1c27f331d1af51e0e60c137718880b5.tar.gz infinity-for-reddit-77ed06dac1c27f331d1af51e0e60c137718880b5.tar.bz2 infinity-for-reddit-77ed06dac1c27f331d1af51e0e60c137718880b5.tar.lz infinity-for-reddit-77ed06dac1c27f331d1af51e0e60c137718880b5.tar.xz infinity-for-reddit-77ed06dac1c27f331d1af51e0e60c137718880b5.tar.zst infinity-for-reddit-77ed06dac1c27f331d1af51e0e60c137718880b5.zip |
Submitting crosspost using other accounts is available.
Diffstat (limited to 'app/src/main/res/layout/activity_submit_crosspost.xml')
-rw-r--r-- | app/src/main/res/layout/activity_submit_crosspost.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_submit_crosspost.xml b/app/src/main/res/layout/activity_submit_crosspost.xml index 797f9608..50b661a6 100644 --- a/app/src/main/res/layout/activity_submit_crosspost.xml +++ b/app/src/main/res/layout/activity_submit_crosspost.xml @@ -33,6 +33,33 @@ android:layout_height="match_parent" android:orientation="vertical"> + <LinearLayout + android:id="@+id/account_linear_layout_submit_crosspost_activity" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:paddingTop="16dp" + android:paddingBottom="16dp" + android:clickable="true" + android:focusable="true" + android:background="?attr/selectableItemBackground"> + + <pl.droidsonroids.gif.GifImageView + android:id="@+id/account_icon_gif_image_view_submit_crosspost_activity" + android:layout_width="24dp" + android:layout_height="24dp" + android:layout_marginStart="16dp" /> + + <TextView + android:id="@+id/account_name_text_view_submit_crosspost_activity" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:layout_marginStart="32dp" + android:textSize="?attr/font_default" + android:fontFamily="?attr/font_family" /> + + </LinearLayout> + <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" |