diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-09-06 15:19:13 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-09-06 15:19:13 +0000 |
commit | 01e1103d3d6f6d429533f57e19c0b66961904f80 (patch) | |
tree | dccca66db8871f70fcfe8892ce9ac76001d9d04f /app/src/main/res | |
parent | 0b8e8076fc725023966f2ce737ebfbbd342eac04 (diff) | |
download | infinity-for-reddit-01e1103d3d6f6d429533f57e19c0b66961904f80.tar infinity-for-reddit-01e1103d3d6f6d429533f57e19c0b66961904f80.tar.gz infinity-for-reddit-01e1103d3d6f6d429533f57e19c0b66961904f80.tar.bz2 infinity-for-reddit-01e1103d3d6f6d429533f57e19c0b66961904f80.tar.lz infinity-for-reddit-01e1103d3d6f6d429533f57e19c0b66961904f80.tar.xz infinity-for-reddit-01e1103d3d6f6d429533f57e19c0b66961904f80.tar.zst infinity-for-reddit-01e1103d3d6f6d429533f57e19c0b66961904f80.zip |
Remove unused variables.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/item_paging_3_load_state.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_paging_3_load_state.xml b/app/src/main/res/layout/item_paging_3_load_state.xml index 321b8e14..4256b33b 100644 --- a/app/src/main/res/layout/item_paging_3_load_state.xml +++ b/app/src/main/res/layout/item_paging_3_load_state.xml @@ -30,7 +30,7 @@ android:textSize="?attr/font_18" android:fontFamily="?attr/font_family" /> - <Button + <com.google.android.material.button.MaterialButton android:id="@+id/retry_button_item_paging_3_load_state" android:layout_width="wrap_content" android:layout_height="wrap_content" |