diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/drawable-hdpi/nav_divider.png | bin | 1012 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-mdpi/nav_divider.png | bin | 2846 -> 0 bytes | |||
-rw-r--r-- | core/res/res/layout/fragment_bread_crumb_item.xml | 7 |
3 files changed, 4 insertions, 3 deletions
diff --git a/core/res/res/drawable-hdpi/nav_divider.png b/core/res/res/drawable-hdpi/nav_divider.png Binary files differdeleted file mode 100644 index 7ca3e61..0000000 --- a/core/res/res/drawable-hdpi/nav_divider.png +++ /dev/null diff --git a/core/res/res/drawable-mdpi/nav_divider.png b/core/res/res/drawable-mdpi/nav_divider.png Binary files differdeleted file mode 100644 index c9413d7..0000000 --- a/core/res/res/drawable-mdpi/nav_divider.png +++ /dev/null diff --git a/core/res/res/layout/fragment_bread_crumb_item.xml b/core/res/res/layout/fragment_bread_crumb_item.xml index e97508f..dbbb9a5 100644 --- a/core/res/res/layout/fragment_bread_crumb_item.xml +++ b/core/res/res/layout/fragment_bread_crumb_item.xml @@ -20,11 +20,12 @@ > <ImageView android:id="@android:id/left_icon" - android:src="@drawable/nav_divider" + android:src="?attr/dividerVertical" android:layout_width="wrap_content" android:layout_height="match_parent" - android:layout_marginTop="8dip" - android:layout_marginBottom="8dip" + android:scaleType="fitXY" + android:layout_marginTop="12dip" + android:layout_marginBottom="12dip" /> <TextView |