aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-14 20:43:02 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-14 20:45:58 +0100
commitffdf8bd198cfb9a6db1d03b202f0aa3f6b527eb8 (patch)
tree0ea2dc645fef50200938596b11639a8b0c2da1f0 /src/main/res/values
parentdfabf192a0ef3da114c6765a5202affe66076984 (diff)
code cleanup
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/dimens.xml1
-rw-r--r--src/main/res/values/strings.xml3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/main/res/values/dimens.xml b/src/main/res/values/dimens.xml
index cb103131a..cb92f725e 100644
--- a/src/main/res/values/dimens.xml
+++ b/src/main/res/values/dimens.xml
@@ -4,6 +4,5 @@
<dimen name="activity_vertical_margin">8dp</dimen>
<dimen name="infocard_padding">16dp</dimen>
<dimen name="image_button_padding">8dp</dimen>
- <dimen name="elv_touch_slop">64dp</dimen>
<dimen name="audio_player_width">224dp</dimen>
</resources>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 00d99e8bb..2d5d6fa20 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -428,8 +428,6 @@
<string name="no_application_found_to_display_location">No application found to display location</string>
<string name="location">Location</string>
<string name="received_location">Received location</string>
- <string name="title_undo_swipe_out_conversation">Conversation closed</string>
- <string name="title_undo_swipe_out_muc">Left group chat</string>
<string name="pref_dont_trust_system_cas_title">Don’t trust system CAs</string>
<string name="pref_dont_trust_system_cas_summary">All certificates must be manually approved</string>
<string name="pref_remove_trusted_certificates_title">Remove certificates</string>
@@ -460,7 +458,6 @@
<string name="download_failed_server_not_found">Download failed: Server not found</string>
<string name="download_failed_file_not_found">Download failed: File not found</string>
<string name="download_failed_could_not_connect">Download failed: Could not connect to host</string>
- <string name="elv_undo">undo</string>
<string name="download_failed_could_not_write_file">Download failed: Could not write file</string>
<string name="pref_use_white_background">Use white background</string>
<string name="pref_use_white_background_summary">Show sent messages as black text on a white background</string>