mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
fixed bug in settings_actions (related to #36)
This commit is contained in:
parent
b0e4a0347a
commit
5cd3d62e1a
2 changed files with 11 additions and 9 deletions
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/settings_actions_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingLeft="32sp"
|
||||
android:paddingTop="16sp"
|
||||
android:paddingRight="32sp">
|
||||
android:paddingRight="32sp"
|
||||
tools:context=".ui.settings.actions.SettingsFragmentActions">
|
||||
|
||||
<androidx.fragment.app.FragmentContainerView
|
||||
android:id="@+id/settings_actions_rview_fragment"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue