Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
11
apk_decompiled/resources/res/xml/departures_widget_info.xml
Normal file
11
apk_decompiled/resources/res/xml/departures_widget_info.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:minWidth="@dimen/widget_min_width_minimum"
|
||||
android:minHeight="@dimen/widget_min_height_minimum"
|
||||
android:updatePeriodMillis="900000"
|
||||
android:initialLayout="@layout/widget_main"
|
||||
android:configure="com.adif.elcanomovil.widget.DeparturesWidgetConfigureActivity"
|
||||
android:previewImage="@drawable/widget_preview_image"
|
||||
android:resizeMode="vertical|horizontal"
|
||||
android:initialKeyguardLayout="@layout/widget_main"
|
||||
android:widgetCategory="keyguard|home_screen"/>
|
||||
18
apk_decompiled/resources/res/xml/file_paths.xml
Normal file
18
apk_decompiled/resources/res/xml/file_paths.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<external-path
|
||||
name="external"
|
||||
path="."/>
|
||||
<external-files-path
|
||||
name="external_files"
|
||||
path="."/>
|
||||
<cache-path
|
||||
name="cache"
|
||||
path="."/>
|
||||
<external-cache-path
|
||||
name="external_cache"
|
||||
path="."/>
|
||||
<files-path
|
||||
name="files"
|
||||
path="."/>
|
||||
</paths>
|
||||
Reference in New Issue
Block a user