diff options
author | Samuel Holland <samuel@sholland.org> | 2017-11-28 20:41:11 -0600 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-11-28 20:42:25 -0600 |
commit | 97e05ff96530cee8ac846d72115251b96bacceb5 (patch) | |
tree | 9a94b88429ec47af6073fafd9134ef2b2e984972 /app/src/main/res | |
parent | 2b88150fd8499eb79e834eaaae97b96dd1683c74 (diff) |
ConfigListFragment: Use correct icon for FAB
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/config_list_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/config_list_fragment.xml b/app/src/main/res/layout/config_list_fragment.xml index b3c48175..d4c5903e 100644 --- a/app/src/main/res/layout/config_list_fragment.xml +++ b/app/src/main/res/layout/config_list_fragment.xml @@ -37,7 +37,7 @@ android:id="@+id/add_from_file" android:layout_width="wrap_content" android:layout_height="wrap_content" - app:fab_icon="@drawable/ic_action_save" + app:fab_icon="@drawable/ic_action_open" app:fab_size="mini" app:fab_title="@string/add_from_file" /> |