mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-06-22 04:59:18 +00:00
refactor: Create gradlew_recursive.sh (#8)
This commit is contained in:
@ -46,12 +46,8 @@
|
||||
android:label="@string/menu_import"
|
||||
tools:layout="@layout/fragment_extensions" >
|
||||
<action
|
||||
android:id="@+id/action_nav_import_to_nav_settings"
|
||||
app:destination="@id/nav_settings"
|
||||
app:enterAnim="@android:anim/slide_in_left"
|
||||
app:exitAnim="@android:anim/slide_out_right"
|
||||
app:popEnterAnim="@android:anim/slide_in_left"
|
||||
app:popExitAnim="@android:anim/slide_out_right" />
|
||||
android:id="@+id/action_nav_extensions_to_nav_extension"
|
||||
app:destination="@id/nav_extension" />
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
@ -66,13 +62,6 @@
|
||||
app:exitAnim="@android:anim/slide_out_right"
|
||||
app:popEnterAnim="@android:anim/slide_in_left"
|
||||
app:popExitAnim="@android:anim/slide_out_right" />
|
||||
<action
|
||||
android:id="@+id/action_nav_list_weight_to_nav_settings"
|
||||
app:destination="@id/nav_settings"
|
||||
app:enterAnim="@android:anim/slide_in_left"
|
||||
app:exitAnim="@android:anim/slide_out_right"
|
||||
app:popEnterAnim="@android:anim/slide_in_left"
|
||||
app:popExitAnim="@android:anim/slide_out_right" />
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
@ -93,15 +82,12 @@
|
||||
android:label="@string/nav_water_home"
|
||||
tools:layout="@layout/fragment_main_water_home">
|
||||
<action
|
||||
android:id="@+id/action_nav_water_home_to_nav_settings"
|
||||
app:destination="@id/nav_settings"
|
||||
android:id="@+id/action_nav_water_home_to_nav_water_edit"
|
||||
app:destination="@id/nav_water_edit"
|
||||
app:enterAnim="@android:anim/slide_in_left"
|
||||
app:exitAnim="@android:anim/slide_out_right"
|
||||
app:popEnterAnim="@android:anim/slide_in_left"
|
||||
app:popExitAnim="@android:anim/slide_out_right" />
|
||||
<action
|
||||
android:id="@+id/action_nav_water_home_to_nav_water_edit"
|
||||
app:destination="@id/nav_water_edit" />
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
@ -124,4 +110,19 @@
|
||||
app:argType="long" />
|
||||
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
android:id="@+id/nav_extension"
|
||||
android:name="com.dzeio.openhealth.ui.extension.ExtensionFragment"
|
||||
tools:layout="@layout/fragment_extension"
|
||||
app:enterAnim="@android:anim/slide_in_left"
|
||||
app:exitAnim="@android:anim/slide_out_right"
|
||||
app:popEnterAnim="@android:anim/slide_in_left"
|
||||
app:popExitAnim="@android:anim/slide_out_right">
|
||||
|
||||
<argument
|
||||
android:name="extension"
|
||||
app:argType="string" />
|
||||
|
||||
</fragment>
|
||||
</navigation>
|
Reference in New Issue
Block a user