mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-27 22:30:52 +02:00
some progress
This commit is contained in:
parent
f025ac12c1
commit
e1daa8d9be
26 changed files with 1152 additions and 243 deletions
16
app/src/main/res/layout/sample_widget_overlay_view.xml
Normal file
16
app/src/main/res/layout/sample_widget_overlay_view.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<de.jrpie.android.launcher.ui.widgets.WidgetOverlayView
|
||||
style="@style/Widget.launcherBaseTheme.MyView"
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="300dp"
|
||||
android:paddingLeft="20dp"
|
||||
android:paddingBottom="40dp"
|
||||
app:exampleDimension="24sp"
|
||||
app:exampleDrawable="@android:drawable/ic_menu_add"
|
||||
app:exampleString="Hello, WidgetOverlayView" />
|
||||
|
||||
</FrameLayout>
|
Loading…
Add table
Add a link
Reference in a new issue