Skip to content
Snippets Groups Projects
Commit 5c81c5b8 authored by Alexandre Lision's avatar Alexandre Lision
Browse files

* #31093: layout modifications

parent f3454eb6
No related branches found
No related tags found
No related merge requests found
......@@ -77,31 +77,31 @@ as that of the covered work.
android:layout_width="match_parent"
android:layout_height="4dp"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:src="@drawable/defaultshadowtop" />
<TextView
<ImageView
android:id="@+id/handle_title"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true"
android:layout_below="@+id/menu_top_shadow"
android:layout_centerInParent="true"
android:background="@color/light"
android:layout_alignParentRight="true"
android:background="@color/sfl_dark_blue"
android:src="@drawable/ic_action_group"
android:gravity="center"
android:singleLine="true"
android:text="Contacts"
android:textStyle="bold" />
<ImageButton
android:id="@+id/contact_search_button"
android:layout_width="50dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_below="@+id/menu_top_shadow"
android:background="@color/light"
android:background="@color/sfl_dark_blue"
android:gravity="center"
android:src="@drawable/ic_btn_search" >
</ImageButton>
......
......@@ -17,6 +17,6 @@
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="5dip"
android:background="@drawable/ic_clear_search" />
android:background="@drawable/ic_action_remove" />
</RelativeLayout>
\ No newline at end of file
......@@ -37,15 +37,13 @@
android:layout_centerVertical="true"
android:layout_marginRight="10dp"
android:background="#00000000"
android:src="@drawable/device_access_dial_pad" />
android:src="@drawable/ic_action_dial_pad" />
</RelativeLayout>
<org.sflphone.model.BubblesView
android:id="@+id/main_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true"
android:layout_alignParentTop="true"
android:focusable="true" />
</LinearLayout>
\ No newline at end of file
<resources>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="AppTheme" parent="android:Theme.Holo.Light" />
<style name="AppTheme" parent="android:Theme.Holo.Light">
<item name="android:actionBarStyle">@style/MyActionBar</item>
<item name="android:actionMenuTextAppearance">@style/MyActionBar.MenuTextStyle</item>
</style>
<style name="MyActionBar" parent="@android:style/Widget.ActionBar">
<item name="android:background">@color/sfl_dark_blue</item>
<item name="android:titleTextStyle">@style/MyActionBar.Text</item>
</style>
<style name="MyActionBar.Text" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title">
<item name="android:textColor">@color/white</item>
</style>
<style name="MyActionBar.MenuTextStyle" parent="android:style/TextAppearance.Holo.Widget.ActionBar.Menu">
<item name="android:textColor">#FF0</item>
<item name="android:textSize">20sp</item>
</style>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- SFL colors -->
<color name="sfl_pantone631_blue">#56B0C9</color>
<color name="sfl_dark_blue">#00252b</color>
<color name="lighter_gray">#ddd</color>
<color name="darker_gray">#aaa</color>
<color name="light">#eee</color>
<color name="white">#FFF</color>
<color name="black">#000</color>
<color name="transparent_light">#AAFFFFFF</color>
<!-- A light Holo shade of blue -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment