如何将搜索栏手柄位置设置得更高?

时间:2013-11-19 13:38:13

标签: android android-layout layout user-interface seekbar

我已关注this教程

我想使用圆角bg条纹。

以下是我的资源:

enter image description here

这是我的xml:

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >

    <item android:id="@android:id/background">
        <nine-patch
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:dither="true"
            android:src="@drawable/seekbar_idle" />
    </item>
    <item>
        <nine-patch
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:dither="true"
            android:src="@drawable/seekbar_active" />
    </item>
</layer-list>

但我有一些问题。

(1)如何使两边变圆(如我的来源) 即使右侧也不够圆

enter image description here

(2)如何在最左边使手柄不会部分消失?

enter image description here

(3)如何以编程方式更改句柄的大小和位置?

0 个答案:

没有答案