Fix spacing

This commit is contained in:
PavelRatushny 2017-11-02 14:05:44 +02:00
parent f2ee2760d1
commit 526d4f2e9b
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,6 @@ android {
}
dexOptions {
incremental true
javaMaxHeapSize "4g"
}
@ -385,6 +384,7 @@ dependencies {
// compile project(':eclipse-compile:design')
// compile project(':eclipse-compile:cardview')
// compile project(':eclipse-compile:gridlayout')
compile 'com.android.support:multidex:1.0.1'
compile 'com.android.support:gridlayout-v7:26.1.0'
compile 'com.android.support:cardview-v7:26.1.0'
compile 'com.android.support:appcompat-v7:26.1.0'

View file

@ -8,7 +8,7 @@
<attr name="routeParameterTitleColor" format="color"/>
<attr name="chart_marker_background" format="reference" />
<!-- list colors -->
<attr name="keyboard_item_text_color" format="reference"/>
<attr name="keyboard_item_text_color" format="reference"/>
<attr name="ctx_menu_info_divider" format="color"/>
<attr name="searchbar_text" format="color"/>
<attr name="searchbar_text_hint" format="color"/>