mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
31 lines
1.3 KiB
XML
31 lines
1.3 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:layout_height">65dip</item>
|
|
<item name="android:layout_width">fill_parent</item>
|
|
<item name="android:layout_weight">1</item>
|
|
<item name="android:background">@android:color/transparent</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>
|