renaming some arrow icons
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 399 B |
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 270 B After Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 274 B |
Before Width: | Height: | Size: 498 B After Width: | Height: | Size: 498 B |
Before Width: | Height: | Size: 500 B After Width: | Height: | Size: 500 B |
Before Width: | Height: | Size: 820 B After Width: | Height: | Size: 820 B |
Before Width: | Height: | Size: 828 B After Width: | Height: | Size: 828 B |
Before Width: | Height: | Size: 884 B After Width: | Height: | Size: 884 B |
Before Width: | Height: | Size: 897 B After Width: | Height: | Size: 897 B |
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|