* Split app into core and app:phone * Use global versionCode and versionName * Clean up gradle dependencies * Use string formatting inside getString function * Move proguard file to app:phone * Move app_navigation and BasePlayerActivity to app:phone * Add buildTypes to core gradle and remove buildFeatures * Add suffix core to core namespace * Split code into 4 more modules: data, preferences, player:core and player:video * Clean up some gradle files * Clean up data gradle * Remove duplicate Constants.kt * Use AppPreferences in more places * Split off strings * Remove unused animations * Make about_libraries strings non-translatable * Move mpv assets to player:video module * Make AppPreferences a Singleton
11 lines
No EOL
538 B
XML
11 lines
No EOL
538 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<item name="match_parent" type="dimen">-1</item>
|
|
<item name="wrap_content" type="dimen">-2</item>
|
|
<dimen name="setup_container_width">@dimen/match_parent</dimen>
|
|
<dimen name="overview_media_width">150dp</dimen>
|
|
<item name="server_columns" type="integer">3</item>
|
|
<item name="collection_columns" type="integer">2</item>
|
|
<item name="library_columns" type="integer">2</item>
|
|
<item name="recyclerview_animation_duration" type="integer">250</item>
|
|
</resources> |