renaming some arrow icons

This commit is contained in:
tibbi 2017-01-23 21:58:39 +01:00
parent 1e23dc2a94
commit 89f77d4f7f
13 changed files with 6 additions and 6 deletions

View File

@ -169,10 +169,10 @@ class MyWidgetMonthlyProvider : AppWidgetProvider(), MonthlyCalendar {
private fun updateTopViews() {
mRemoteViews.setInt(R.id.top_value, "setTextColor", mTextColor)
var bmp = getColoredIcon(mContext, mTextColor, R.drawable.ic_arrow_left)
var bmp = getColoredIcon(mContext, mTextColor, R.drawable.ic_pointer_left)
mRemoteViews.setImageViewBitmap(R.id.top_left_arrow, bmp)
bmp = getColoredIcon(mContext, mTextColor, R.drawable.ic_arrow_right)
bmp = getColoredIcon(mContext, mTextColor, R.drawable.ic_pointer_right)
mRemoteViews.setImageViewBitmap(R.id.top_right_arrow, bmp)
}

View File

Before

Width:  |  Height:  |  Size: 399 B

After

Width:  |  Height:  |  Size: 399 B

View File

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 392 B

View File

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 270 B

View File

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 274 B

View File

Before

Width:  |  Height:  |  Size: 498 B

After

Width:  |  Height:  |  Size: 498 B

View File

Before

Width:  |  Height:  |  Size: 500 B

After

Width:  |  Height:  |  Size: 500 B

View File

Before

Width:  |  Height:  |  Size: 820 B

After

Width:  |  Height:  |  Size: 820 B

View File

Before

Width:  |  Height:  |  Size: 828 B

After

Width:  |  Height:  |  Size: 828 B

View File

Before

Width:  |  Height:  |  Size: 884 B

After

Width:  |  Height:  |  Size: 884 B

View File

Before

Width:  |  Height:  |  Size: 897 B

After

Width:  |  Height:  |  Size: 897 B

View File

@ -11,7 +11,7 @@
android:layout_alignBottom="@+id/top_value"
android:layout_alignTop="@+id/top_value"
android:padding="@dimen/activity_margin"
android:src="@drawable/ic_arrow_left"/>
android:src="@drawable/ic_pointer_left"/>
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/top_value"
@ -34,6 +34,6 @@
android:layout_alignParentRight="true"
android:layout_alignTop="@+id/top_value"
android:padding="@dimen/activity_margin"
android:src="@drawable/ic_arrow_right"/>
android:src="@drawable/ic_pointer_right"/>
</merge>

View File

@ -11,7 +11,7 @@
android:layout_alignBottom="@+id/top_value"
android:layout_alignTop="@+id/top_value"
android:padding="@dimen/activity_margin"
android:src="@drawable/ic_arrow_left"/>
android:src="@drawable/ic_pointer_left"/>
<TextView
android:id="@+id/top_value"
@ -34,6 +34,6 @@
android:layout_alignParentRight="true"
android:layout_alignTop="@+id/top_value"
android:padding="@dimen/activity_margin"
android:src="@drawable/ic_arrow_right"/>
android:src="@drawable/ic_pointer_right"/>
</merge>