Skip to content
Snippets Groups Projects
Verified Commit 72906aca authored by Torsten Grote's avatar Torsten Grote
Browse files

Group strings and remove unused resources

Closes #342
parent b17fbcb1
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 17 deletions
......@@ -277,7 +277,7 @@
<activity
android:name=".android.SettingsActivity"
android:label="@string/settings_title"
android:label="@string/settings_button"
android:parentActivityName=".android.NavDrawerActivity">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
......
briar-android/res/drawable-hdpi/content_attachment.png

1.47 KiB

briar-android/res/drawable-hdpi/device_access_accounts.png

1.72 KiB

briar-android/res/drawable-hdpi/msg_in_unread.9.png

1.52 KiB

briar-android/res/drawable-hdpi/navigation_next_item.png

1.44 KiB

briar-android/res/drawable-hdpi/navigation_previous_item.png

1.46 KiB

briar-android/res/drawable-hdpi/navigation_refresh.png

3.1 KiB

briar-android/res/drawable-mdpi/content_attachment.png

1.29 KiB

briar-android/res/drawable-mdpi/device_access_accounts.png

1.44 KiB

briar-android/res/drawable-mdpi/msg_in_unread.9.png

1014 B

briar-android/res/drawable-mdpi/navigation_next_item.png

1.22 KiB

briar-android/res/drawable-mdpi/navigation_previous_item.png

1.25 KiB

briar-android/res/drawable-mdpi/navigation_refresh.png

2.99 KiB

<?xml version="1.0" encoding="utf-8"?>
<!--
A FAB does not work, because even with fabSize="mini" it will be too big due to shadow drawing
on lower API levels
-->
<ripple
xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/briar_primary_dark">
<item>
<shape android:shape="oval">
<solid android:color="@color/briar_primary"/>
</shape>
</item>
</ripple>
\ No newline at end of file
briar-android/res/drawable-xhdpi/content_attachment.png

1.68 KiB

briar-android/res/drawable-xhdpi/msg_in_unread.9.png

2.32 KiB

briar-android/res/drawable-xhdpi/navigation_next_item.png

1.68 KiB

briar-android/res/drawable-xhdpi/navigation_previous_item.png

1.68 KiB

briar-android/res/drawable-xhdpi/navigation_refresh.png

3.2 KiB

briar-android/res/drawable-xxhdpi/msg_in_unread.9.png

3.59 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment