Resource house keeping + color cleanup
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
android:id="@+id/downloadFragment"
|
||||
android:name="com.aurora.store.view.ui.downloads.DownloadFragment"
|
||||
android:label="@string/title_download_manager"
|
||||
tools:layout="@layout/fragment_download" >
|
||||
tools:layout="@layout/fragment_download">
|
||||
<action
|
||||
android:id="@+id/action_downloadFragment_to_downloadMenuSheet"
|
||||
app:destination="@id/downloadMenuSheet" />
|
||||
@@ -178,9 +178,9 @@
|
||||
app:destination="@id/detailsExodusFragment" />
|
||||
<argument
|
||||
android:name="app"
|
||||
android:defaultValue="@null"
|
||||
app:argType="com.aurora.gplayapi.data.models.App"
|
||||
app:nullable="true"
|
||||
android:defaultValue="@null" />
|
||||
app:nullable="true" />
|
||||
<action
|
||||
android:id="@+id/action_appDetailsFragment_to_manualDownloadSheet"
|
||||
app:destination="@id/manualDownloadSheet" />
|
||||
@@ -194,7 +194,7 @@
|
||||
<fragment
|
||||
android:id="@+id/categoryBrowseFragment"
|
||||
android:name="com.aurora.store.view.ui.commons.CategoryBrowseFragment"
|
||||
tools:layout="@layout/fragment_generic_with_toolbar" >
|
||||
tools:layout="@layout/fragment_generic_with_toolbar">
|
||||
<argument
|
||||
android:name="title"
|
||||
app:argType="string" />
|
||||
@@ -208,8 +208,9 @@
|
||||
<fragment
|
||||
android:id="@+id/expandedStreamBrowseFragment"
|
||||
android:name="com.aurora.store.view.ui.commons.ExpandedStreamBrowseFragment"
|
||||
tools:layout="@layout/fragment_generic_with_toolbar" >
|
||||
<argument android:name="title"
|
||||
tools:layout="@layout/fragment_generic_with_toolbar">
|
||||
<argument
|
||||
android:name="title"
|
||||
app:argType="string" />
|
||||
<argument
|
||||
android:name="expandedStreamUrl"
|
||||
@@ -218,7 +219,7 @@
|
||||
<fragment
|
||||
android:id="@+id/screenshotFragment"
|
||||
android:name="com.aurora.store.view.ui.details.ScreenshotFragment"
|
||||
tools:layout="@layout/fragment_screenshot" >
|
||||
tools:layout="@layout/fragment_screenshot">
|
||||
<argument
|
||||
android:name="position"
|
||||
app:argType="integer" />
|
||||
@@ -230,7 +231,7 @@
|
||||
android:id="@+id/devProfileFragment"
|
||||
android:name="com.aurora.store.view.ui.details.DevProfileFragment"
|
||||
android:label="fragment_dev_profile"
|
||||
tools:layout="@layout/fragment_dev_profile" >
|
||||
tools:layout="@layout/fragment_dev_profile">
|
||||
<argument
|
||||
android:name="devId"
|
||||
app:argType="string" />
|
||||
@@ -246,7 +247,7 @@
|
||||
<fragment
|
||||
android:id="@+id/streamBrowseFragment"
|
||||
android:name="com.aurora.store.view.ui.commons.StreamBrowseFragment"
|
||||
tools:layout="@layout/fragment_generic_with_toolbar" >
|
||||
tools:layout="@layout/fragment_generic_with_toolbar">
|
||||
<argument
|
||||
android:name="cluster"
|
||||
app:argType="com.aurora.gplayapi.data.models.StreamCluster" />
|
||||
@@ -254,7 +255,7 @@
|
||||
<fragment
|
||||
android:id="@+id/devAppsFragment"
|
||||
android:name="com.aurora.store.view.ui.details.DevAppsFragment"
|
||||
tools:layout="@layout/fragment_generic_with_toolbar" >
|
||||
tools:layout="@layout/fragment_generic_with_toolbar">
|
||||
<argument
|
||||
android:name="developerName"
|
||||
app:argType="string" />
|
||||
@@ -262,7 +263,7 @@
|
||||
<fragment
|
||||
android:id="@+id/detailsMoreFragment"
|
||||
android:name="com.aurora.store.view.ui.details.DetailsMoreFragment"
|
||||
tools:layout="@layout/fragment_details_more" >
|
||||
tools:layout="@layout/fragment_details_more">
|
||||
<argument
|
||||
android:name="app"
|
||||
app:argType="com.aurora.gplayapi.data.models.App" />
|
||||
@@ -270,17 +271,18 @@
|
||||
<fragment
|
||||
android:id="@+id/detailsReviewFragment"
|
||||
android:name="com.aurora.store.view.ui.details.DetailsReviewFragment"
|
||||
tools:layout="@layout/fragment_details_review" >
|
||||
tools:layout="@layout/fragment_details_review">
|
||||
<argument
|
||||
android:name="displayName"
|
||||
app:argType="string" />
|
||||
<argument android:name="packageName"
|
||||
<argument
|
||||
android:name="packageName"
|
||||
app:argType="string" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/detailsExodusFragment"
|
||||
android:name="com.aurora.store.view.ui.details.DetailsExodusFragment"
|
||||
tools:layout="@layout/fragment_generic_with_toolbar" >
|
||||
tools:layout="@layout/fragment_generic_with_toolbar">
|
||||
<argument
|
||||
android:name="displayName"
|
||||
app:argType="string" />
|
||||
@@ -291,7 +293,7 @@
|
||||
<fragment
|
||||
android:id="@+id/splashFragment"
|
||||
android:name="com.aurora.store.view.ui.splash.SplashFragment"
|
||||
tools:layout="@layout/fragment_splash" >
|
||||
tools:layout="@layout/fragment_splash">
|
||||
<argument
|
||||
android:name="packageName"
|
||||
android:defaultValue=""
|
||||
@@ -341,7 +343,7 @@
|
||||
<fragment
|
||||
android:id="@+id/googleFragment"
|
||||
android:name="com.aurora.store.view.ui.account.GoogleFragment"
|
||||
tools:layout="@layout/fragment_google" >
|
||||
tools:layout="@layout/fragment_google">
|
||||
<action
|
||||
android:id="@+id/action_googleFragment_to_splashFragment"
|
||||
app:destination="@id/splashFragment"
|
||||
@@ -351,7 +353,7 @@
|
||||
<fragment
|
||||
android:id="@+id/onboardingFragment"
|
||||
android:name="com.aurora.store.view.ui.onboarding.OnboardingFragment"
|
||||
tools:layout="@layout/fragment_onboarding" >
|
||||
tools:layout="@layout/fragment_onboarding">
|
||||
<action
|
||||
android:id="@+id/action_onboardingFragment_to_splashFragment"
|
||||
app:destination="@id/splashFragment"
|
||||
@@ -363,12 +365,12 @@
|
||||
android:id="@+id/installerFragment"
|
||||
android:name="com.aurora.store.view.ui.preferences.InstallerFragment"
|
||||
android:label="InstallerFragment"
|
||||
tools:layout="@layout/fragment_installer"/>
|
||||
tools:layout="@layout/fragment_installer" />
|
||||
<fragment
|
||||
android:id="@+id/dispenserFragment"
|
||||
android:name="com.aurora.store.view.ui.dispenser.DispenserFragment"
|
||||
android:label="DispenserFragment"
|
||||
tools:layout="@layout/fragment_dispenser" >
|
||||
tools:layout="@layout/fragment_dispenser">
|
||||
<action
|
||||
android:id="@+id/action_dispenserFragment_to_removeDispenserDialog"
|
||||
app:destination="@id/removeDispenserDialog" />
|
||||
@@ -377,7 +379,7 @@
|
||||
android:id="@+id/appMenuSheet"
|
||||
android:name="com.aurora.store.view.ui.sheets.AppMenuSheet"
|
||||
android:label="AppMenuSheet"
|
||||
tools:layout="@layout/sheet_app_menu" >
|
||||
tools:layout="@layout/sheet_app_menu">
|
||||
<argument
|
||||
android:name="app"
|
||||
app:argType="com.aurora.store.data.model.MinimalApp" />
|
||||
@@ -385,7 +387,7 @@
|
||||
<dialog
|
||||
android:id="@+id/appPeekDialogSheet"
|
||||
android:name="com.aurora.store.view.ui.sheets.AppPeekDialogSheet"
|
||||
android:label="AppPeekDialogSheet" >
|
||||
android:label="AppPeekDialogSheet">
|
||||
<argument
|
||||
android:name="app"
|
||||
app:argType="com.aurora.gplayapi.data.models.App" />
|
||||
@@ -451,8 +453,8 @@
|
||||
tools:layout="@layout/sheet_doze_warning">
|
||||
<argument
|
||||
android:name="enableAutoUpdate"
|
||||
app:argType="boolean"
|
||||
android:defaultValue="false" />
|
||||
android:defaultValue="false"
|
||||
app:argType="boolean" />
|
||||
</dialog>
|
||||
<dialog
|
||||
android:id="@+id/moreDialogFragment"
|
||||
@@ -465,8 +467,9 @@
|
||||
<dialog
|
||||
android:id="@+id/removeDispenserDialog"
|
||||
android:name="com.aurora.store.view.ui.dispenser.RemoveDispenserDialog"
|
||||
android:label="@string/remove_dispenser_title" >
|
||||
<argument android:name="url"
|
||||
android:label="@string/remove_dispenser_title">
|
||||
<argument
|
||||
android:name="url"
|
||||
app:argType="string" />
|
||||
</dialog>
|
||||
<dialog
|
||||
|
||||
Reference in New Issue
Block a user