mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-07-06 08:14:45 -04:00
Switch DownloadActivity to sliding drawer
Re-remove the bin/ and gen/ files
This commit is contained in:
@ -26,6 +26,10 @@
|
||||
android:name="org.bspeice.minimalbible.activities.downloader.DownloaderActivity"
|
||||
android:label="@string/title_activity_downloader" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name="org.bspeice.minimalbible.activities.downloader.DownloadActivity"
|
||||
android:label="@string/title_activity_download" >
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
Binary file not shown.
@ -241,11 +241,11 @@ int id action_bar_subtitle 0x7f050023
|
||||
int id action_bar_title 0x7f050022
|
||||
int id action_context_bar 0x7f05001d
|
||||
int id action_downloads 0x7f050043
|
||||
int id action_example 0x7f050042
|
||||
int id action_example 0x7f050041
|
||||
int id action_menu_divider 0x7f050016
|
||||
int id action_menu_presenter 0x7f050017
|
||||
int id action_mode_close_button 0x7f050024
|
||||
int id action_settings 0x7f050041
|
||||
int id action_settings 0x7f050042
|
||||
int id activity_chooser_view_content 0x7f050025
|
||||
int id always 0x7f05000b
|
||||
int id beginning 0x7f050011
|
||||
@ -325,13 +325,15 @@ int layout abc_popup_menu_item_layout 0x7f030014
|
||||
int layout abc_search_dropdown_item_icons_2line 0x7f030015
|
||||
int layout abc_search_view 0x7f030016
|
||||
int layout activity_bible_viewer 0x7f030017
|
||||
int layout activity_downloader 0x7f030018
|
||||
int layout fragment_main 0x7f030019
|
||||
int layout fragment_navigation_drawer 0x7f03001a
|
||||
int layout support_simple_spinner_dropdown_item 0x7f03001b
|
||||
int menu downloader 0x7f0c0000
|
||||
int menu global 0x7f0c0001
|
||||
int menu main 0x7f0c0002
|
||||
int layout activity_download 0x7f030018
|
||||
int layout fragment_download 0x7f030019
|
||||
int layout fragment_main 0x7f03001a
|
||||
int layout fragment_navigation_drawer 0x7f03001b
|
||||
int layout support_simple_spinner_dropdown_item 0x7f03001c
|
||||
int menu download 0x7f0c0000
|
||||
int menu downloader 0x7f0c0001
|
||||
int menu global 0x7f0c0002
|
||||
int menu main 0x7f0c0003
|
||||
int string abc_action_bar_home_description 0x7f0a0001
|
||||
int string abc_action_bar_up_description 0x7f0a0002
|
||||
int string abc_action_menu_overflow_description 0x7f0a0003
|
||||
@ -351,6 +353,7 @@ int string app_name 0x7f0a000d
|
||||
int string hello_world 0x7f0a0016
|
||||
int string navigation_drawer_close 0x7f0a0012
|
||||
int string navigation_drawer_open 0x7f0a0011
|
||||
int string title_activity_download 0x7f0a0017
|
||||
int string title_activity_downloader 0x7f0a0015
|
||||
int string title_section1 0x7f0a000e
|
||||
int string title_section2 0x7f0a000f
|
||||
|
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
# cache for current jar dependency. DO NOT EDIT.
|
||||
# format is <lastModified> <length> <SHA-1> <path>
|
||||
# Encoding is UTF-8
|
||||
1397601216283 627582 cb6883d96005bc85b3e868f204507ea5b4fa9bbf C:\Users\bspeice\git\MinimalBible\MinimalBible\libs\android-support-v4.jar
|
||||
1397601220438 627582 cb6883d96005bc85b3e868f204507ea5b4fa9bbf C:\Users\bspeice\git\MinimalBible\appcompat_v7\libs\android-support-v4.jar
|
||||
1397660355169 627582 cb6883d96005bc85b3e868f204507ea5b4fa9bbf C:\Users\bspeice\git\MinimalBible\MinimalBible\libs\android-support-v4.jar
|
||||
1397660356920 627582 cb6883d96005bc85b3e868f204507ea5b4fa9bbf C:\Users\bspeice\git\MinimalBible\appcompat_v7\libs\android-support-v4.jar
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user