mirror of https://github.com/tasks/tasks
Fixed theming issues that were blocking copy/paste on ics phones
parent
90a7cd1705
commit
19835e5045
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 882 B |
Binary file not shown.
|
After Width: | Height: | Size: 1003 B |
@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
** Copyright (c) 2012 Todoroo Inc
|
||||
**
|
||||
** See the file "LICENSE" for the full license governing this code.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<stroke
|
||||
android:width="2dip"
|
||||
android:color="@android:color/white"/>
|
||||
<solid
|
||||
android:color="@android:color/black"/>
|
||||
<corners
|
||||
android:topLeftRadius="5dip"
|
||||
android:topRightRadius="5dip"
|
||||
android:bottomLeftRadius="5dip"
|
||||
android:bottomRightRadius="5dip"/>
|
||||
</shape>
|
||||
@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
** Copyright (c) 2012 Todoroo Inc
|
||||
**
|
||||
** See the file "LICENSE" for the full license governing this code.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<stroke
|
||||
android:width="2dip"
|
||||
android:color="@android:color/black"/>
|
||||
<solid
|
||||
android:color="@android:color/white"/>
|
||||
<corners
|
||||
android:topLeftRadius="5dip"
|
||||
android:topRightRadius="5dip"
|
||||
android:bottomLeftRadius="5dip"
|
||||
android:bottomRightRadius="5dip"/>
|
||||
</shape>
|
||||
@ -1,37 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
** Copyright (c) 2012 Todoroo Inc
|
||||
**
|
||||
** See the file "LICENSE" for the full license governing this code.
|
||||
-->
|
||||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/task_edit_dialog_background_white"
|
||||
android:padding="10dip"
|
||||
android:layout_below="@+id/gdi_arrow_up"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/gdi_arrow_up"
|
||||
android:layout_width="27dip"
|
||||
android:layout_height="27dip"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_marginBottom="-10dip"
|
||||
android:src="?attr/asTaskEditArrow"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/gdi_arrow_down"
|
||||
android:layout_width="27dip"
|
||||
android:layout_height="27dip"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_marginBottom="-8dip"
|
||||
android:layout_below="@android:id/list"
|
||||
android:src="@drawable/list_arrow_down" />
|
||||
|
||||
</RelativeLayout>
|
||||
Loading…
Reference in New Issue