Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
BlissLauncher
Commits
650fa696
Commit
650fa696
authored
Nov 18, 2021
by
Amit Kumar
💻
Browse files
Fix widget page
parent
e86e71ec
Changes
3
Show whitespace changes
Inline
Side-by-side
app/src/main/res/layout/layout_search_suggestion.xml
View file @
650fa696
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"
match_par
ent"
android:layout_height=
"
wrap_cont
ent"
android:orientation=
"vertical"
>
<RelativeLayout
...
...
app/src/main/res/layout/layout_used_apps.xml
View file @
650fa696
...
...
@@ -34,7 +34,7 @@
<TextView
android:id=
"@+id/openUsageAccessSettings"
android:layout_width=
"match_parent"
android:layout_height=
"
match_par
ent"
android:layout_height=
"
wrap_cont
ent"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"@string/tap_to_setup_usageaccess"
...
...
app/src/main/res/layout/widgets_page.xml
View file @
650fa696
...
...
@@ -32,17 +32,11 @@
android:id=
"@+id/weather_info_layout"
layout=
"@layout/layout_weather_info"
/>
<FrameLayout
android:id=
"@+id/drag_layer"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
<LinearLayout
android:id=
"@+id/widget_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
/>
</FrameLayout>
<Button
android:id=
"@+id/edit_widgets_button"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment