Change file names
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/colorPrimaryDark"
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.AppNotificationsFilterActivity">
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.tabs.AppNotificationsFilterActivity">
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -13,7 +13,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/colorPrimaryDark"
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.ChooseApplicationActivity">
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.tabs.ChooseApplicationActivity">
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -13,7 +13,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/colorPrimaryDark"
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.ChooseApplicationActivity">
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.tabs.ChooseApplicationActivity">
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -13,7 +13,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/colorPrimaryDark"
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.CustomLocationActivity">
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.tabs.CustomLocationActivity">
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -13,7 +13,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/colorPrimaryDark"
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.IntegrationsActivity">
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.settings.IntegrationsActivity">
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -13,7 +13,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/colorPrimaryDark"
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.MusicPlayersFilterActivity">
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.tabs.MusicPlayersFilterActivity">
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -14,7 +14,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/colorPrimaryDark"
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.ChooseApplicationActivity">
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.tabs.ChooseApplicationActivity">
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -7,7 +7,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/colorPrimaryDark"
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.WeatherProviderActivity">
|
||||
tools:context="com.tommasoberlose.anotherwidget.ui.activities.tabs.WeatherProviderActivity">
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
6
app/src/main/res/layout/fragment_tab_gestures.xml
Normal file
6
app/src/main/res/layout/fragment_tab_gestures.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
@ -5,27 +5,27 @@
|
||||
|
||||
<fragment
|
||||
android:id="@+id/calendarTabFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.CalendarTabFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.tabs.CalendarFragment"
|
||||
android:label="@string/settings_calendar_title" />
|
||||
<fragment
|
||||
android:id="@+id/clockTabFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.ClockTabFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.tabs.ClockFragment"
|
||||
android:label="@string/settings_clock_title" />
|
||||
<fragment
|
||||
android:id="@+id/glanceTabFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.GlanceTabFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.tabs.GlanceTabFragment"
|
||||
android:label="@string/settings_at_a_glance_title" />
|
||||
<fragment
|
||||
android:id="@+id/generalTabFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.GeneralTabFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.tabs.LayoutFragment"
|
||||
android:label="GeneralTabFragment" />
|
||||
<fragment
|
||||
android:id="@+id/weatherTabFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.WeatherTabFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.tabs.WeatherFragment"
|
||||
android:label="@string/settings_weather_title" />
|
||||
<fragment
|
||||
android:id="@+id/tabSelectorFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.TabSelectorFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.tabs.PreferencesFragment"
|
||||
android:label="TabSelectorFragment" >
|
||||
<action
|
||||
android:id="@+id/action_tabSelectorFragment_to_generalTabFragment"
|
||||
@ -48,6 +48,6 @@
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/typographyTabFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.TypographyTabFragment"
|
||||
android:name="com.tommasoberlose.anotherwidget.ui.fragments.tabs.TypographyFragment"
|
||||
android:label="TypographyTabFragment" />
|
||||
</navigation>
|
Reference in New Issue
Block a user