mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-11 11:38:52 -06:00
Implement dummy widget
This commit is contained in:
7
app/src/main/res/layout/small_widget_preview.xml
Normal file
7
app/src/main/res/layout/small_widget_preview.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<org.isoron.uhabits.views.SmallWidgetView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="120dp">
|
||||
|
||||
</org.isoron.uhabits.views.SmallWidgetView>
|
||||
Reference in New Issue
Block a user