diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-10-13 14:36:19 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-10-13 14:36:19 +0200 |
commit | d61e4cce1075e3561406be96b402def5f90dcd58 (patch) | |
tree | 9f87da827dd8c68dd73473a5e154eee87aea7000 /res/drawable | |
parent | c423da46b20fd723d37fcc17722ecbeb64050c80 (diff) |
reworked muc details and contact details a bit
Diffstat (limited to '')
-rw-r--r-- | res/drawable-hdpi/ic_action_copy.png | bin | 717 -> 381 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_action_copy.png | bin | 585 -> 288 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_action_copy.png | bin | 763 -> 353 bytes | |||
-rw-r--r-- | res/drawable-xxhdpi/ic_action_copy.png | bin | 1040 -> 470 bytes | |||
-rw-r--r-- | res/drawable/section_header.xml | 11 |
5 files changed, 0 insertions, 11 deletions
diff --git a/res/drawable-hdpi/ic_action_copy.png b/res/drawable-hdpi/ic_action_copy.png Binary files differindex b47bb69c..22327391 100644 --- a/res/drawable-hdpi/ic_action_copy.png +++ b/res/drawable-hdpi/ic_action_copy.png diff --git a/res/drawable-mdpi/ic_action_copy.png b/res/drawable-mdpi/ic_action_copy.png Binary files differindex 75788f1f..71348202 100644 --- a/res/drawable-mdpi/ic_action_copy.png +++ b/res/drawable-mdpi/ic_action_copy.png diff --git a/res/drawable-xhdpi/ic_action_copy.png b/res/drawable-xhdpi/ic_action_copy.png Binary files differindex a45423f6..5ddf1513 100644 --- a/res/drawable-xhdpi/ic_action_copy.png +++ b/res/drawable-xhdpi/ic_action_copy.png diff --git a/res/drawable-xxhdpi/ic_action_copy.png b/res/drawable-xxhdpi/ic_action_copy.png Binary files differindex 3a0e8449..a0508df8 100644 --- a/res/drawable-xxhdpi/ic_action_copy.png +++ b/res/drawable-xxhdpi/ic_action_copy.png diff --git a/res/drawable/section_header.xml b/res/drawable/section_header.xml deleted file mode 100644 index 9db04f90..00000000 --- a/res/drawable/section_header.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<shape xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="rectangle" > - - <size - android:height="1.5dp" - android:width="2000dp" /> - - <solid android:color="@color/divider" /> - -</shape>
\ No newline at end of file |