Fix #289
This commit is contained in:
parent
cbea2f9339
commit
a45701ef05
2 changed files with 3 additions and 3 deletions
|
@ -160,7 +160,7 @@ public class WidgetTodoViewsFactory implements RemoteViewsService.RemoteViewsFac
|
|||
// Return the RemoteViews object.
|
||||
return rv;
|
||||
}
|
||||
//
|
||||
|
||||
@Override
|
||||
public RemoteViews getLoadingView() {
|
||||
return(null);
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:background="?attr/dividerLineColor"
|
||||
android:background="#8a000000"
|
||||
android:baselineAligned="false" >
|
||||
|
||||
|
||||
|
@ -80,7 +80,7 @@
|
|||
android:layout_width="35dp"
|
||||
android:layout_height="35dp"
|
||||
android:clickable="false"
|
||||
android:background="@drawable/btn_check_on_holo_dark"/>
|
||||
android:background="@drawable/abc_btn_check_to_on_mtrl_000"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue