diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3583d1d66..d6ebef7ca 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -284,7 +284,7 @@ - - + + + android:drawable="@color/colorF"/> diff --git a/res/drawable/list_selector.xml b/res/drawable/list_selector.xml index a24232d1d..5862e219b 100644 --- a/res/drawable/list_selector.xml +++ b/res/drawable/list_selector.xml @@ -1,8 +1,8 @@ - + android:drawable="@color/colorG" + android:state_pressed="true"/> + \ No newline at end of file diff --git a/res/drawable/toolbar_button.xml b/res/drawable/toolbar_button.xml index b10f6f259..b498d407d 100644 --- a/res/drawable/toolbar_button.xml +++ b/res/drawable/toolbar_button.xml @@ -1,9 +1,9 @@ - - + + + android:drawable="@color/colorG"/> \ No newline at end of file diff --git a/res/layout-land/about.xml b/res/layout-land/about.xml index aeda1db2c..09385972b 100644 --- a/res/layout-land/about.xml +++ b/res/layout-land/about.xml @@ -1,15 +1,16 @@ + android:layout_height="70dp" + android:background="@color/colorF" + android:orientation="horizontal"> + android:padding="15dp" + android:singleLine="true" + android:text="@string/about"/> + android:contentDescription="@string/content_description_dialer_back" + android:padding="15dp" + android:src="@drawable/dialer_back"/> + android:text="@string/app_name"/> - + android:layout_height="wrap_content" + android:layout_gravity="left" + android:text="@string/about_version"/> + android:text="@string/about_liblinphone_version"/> - - - - - - - - - - -