linphone-android/res/values/conf_style.xml
Guillaume Beraudo 13c37c0799 Fundamental ios-like ui change for incall view.
Minor bug fixes:
- back from contact picker;
- video + conference workaround.
2011-11-24 10:55:08 +01:00

35 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="conf_icon_text_button" parent="@android:style/Widget.Button">
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_width">0dip</item>
<item name="android:layout_weight">1</item>
<item name="android:gravity">bottom|center_horizontal</item>
<item name="android:paddingLeft">15sp</item>
<item name="android:paddingRight">15sp</item>
</style>
<style name="incall_control" parent="@android:style/Widget.ImageButton">
<item name="android:height">104px</item>
<item name="android:width">164px</item>
<item name="android:layout_height">104px</item>
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_weight">1</item>
<item name="android:background">@android:color/transparent</item>
<item name="android:scaleType">fitCenter</item>
<item name="android:adjustViewBounds">true</item>
</style>
<declare-styleable name="ToggleImageButton">
<attr name="android:scaleType" />
<attr name="android:height" />
<attr name="android:width" />
<attr name="android:layout_width" />
<attr name="android:layout_height" />
<attr name="android:layout_weight" />
<attr name="android:id" />
<attr name="checked" format="integer" />
<attr name="unchecked" format="integer" />
<attr name="bgdrawables" format="boolean" />
</declare-styleable>
</resources>