diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-12-11 16:02:18 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-12-11 16:02:18 +0000 |
commit | 35ae9c547f316dfd7dd1bae7a582f98940440359 (patch) | |
tree | d7f6ac7c7e4f7d752f9335368c514e1ba8be7449 /app/src/main/res | |
parent | 06d1d028ebd482607762cdf87f958710d773eec1 (diff) | |
download | infinity-for-reddit-35ae9c547f316dfd7dd1bae7a582f98940440359.tar infinity-for-reddit-35ae9c547f316dfd7dd1bae7a582f98940440359.tar.gz infinity-for-reddit-35ae9c547f316dfd7dd1bae7a582f98940440359.tar.bz2 infinity-for-reddit-35ae9c547f316dfd7dd1bae7a582f98940440359.tar.lz infinity-for-reddit-35ae9c547f316dfd7dd1bae7a582f98940440359.tar.xz infinity-for-reddit-35ae9c547f316dfd7dd1bae7a582f98940440359.tar.zst infinity-for-reddit-35ae9c547f316dfd7dd1bae7a582f98940440359.zip |
Building CustomizePostFilterActivity.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/activity_customize_post_filter.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_customize_post_filter.xml b/app/src/main/res/layout/activity_customize_post_filter.xml index 084f83d7..ff4b0598 100644 --- a/app/src/main/res/layout/activity_customize_post_filter.xml +++ b/app/src/main/res/layout/activity_customize_post_filter.xml @@ -156,6 +156,7 @@ </LinearLayout> <com.google.android.material.textfield.TextInputLayout + android:id="@+id/title_excludes_strings_text_input_layout_customize_post_filter_activity" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" @@ -175,6 +176,7 @@ </com.google.android.material.textfield.TextInputLayout> <com.google.android.material.textfield.TextInputLayout + android:id="@+id/title_excludes_regex_text_input_layout_customize_post_filter_activity" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" @@ -194,6 +196,7 @@ </com.google.android.material.textfield.TextInputLayout> <com.google.android.material.textfield.TextInputLayout + android:id="@+id/excludes_subreddits_text_input_layout_customize_post_filter_activity" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" @@ -213,6 +216,7 @@ </com.google.android.material.textfield.TextInputLayout> <com.google.android.material.textfield.TextInputLayout + android:id="@+id/excludes_users_text_input_layout_customize_post_filter_activity" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" @@ -232,6 +236,7 @@ </com.google.android.material.textfield.TextInputLayout> <com.google.android.material.textfield.TextInputLayout + android:id="@+id/excludes_flairs_text_input_layout_customize_post_filter_activity" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" @@ -251,6 +256,7 @@ </com.google.android.material.textfield.TextInputLayout> <com.google.android.material.textfield.TextInputLayout + android:id="@+id/contains_flairs_text_input_layout_customize_post_filter_activity" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" @@ -270,6 +276,7 @@ </com.google.android.material.textfield.TextInputLayout> <com.google.android.material.textfield.TextInputLayout + android:id="@+id/min_vote_text_input_layout_customize_post_filter_activity" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" @@ -289,6 +296,7 @@ </com.google.android.material.textfield.TextInputLayout> <com.google.android.material.textfield.TextInputLayout + android:id="@+id/max_vote_text_input_layout_customize_post_filter_activity" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" @@ -308,6 +316,7 @@ </com.google.android.material.textfield.TextInputLayout> <com.google.android.material.textfield.TextInputLayout + android:id="@+id/min_comments_text_input_layout_customize_post_filter_activity" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" @@ -327,6 +336,7 @@ </com.google.android.material.textfield.TextInputLayout> <com.google.android.material.textfield.TextInputLayout + android:id="@+id/max_comments_text_input_layout_customize_post_filter_activity" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" @@ -346,6 +356,7 @@ </com.google.android.material.textfield.TextInputLayout> <com.google.android.material.textfield.TextInputLayout + android:id="@+id/min_awards_text_input_layout_customize_post_filter_activity" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" @@ -365,6 +376,7 @@ </com.google.android.material.textfield.TextInputLayout> <com.google.android.material.textfield.TextInputLayout + android:id="@+id/max_awards_text_input_layout_customize_post_filter_activity" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" |