价格条与Android的最高和最低价格

时间:2016-06-15 07:51:34

标签: java android android-studio slide

我如何用android(java)做到这一点?

enter image description here

2 个答案:

答案 0 :(得分:1)

您可以在Range-Seek-Bar

下方使用

check below class souce code available here

try
{
    ... make request
}
catch (WebException webExcp) 
{
    Logger.Error(webExcp, "HttpRequest error: " + webExcp.Status);
    if (webExcp.Status == WebExceptionStatus.ProtocolError) {
        return (HttpWebResponse)webExcp.Response;            
    }
    throw;
}
catch(Exception ex)
{
   // Other exception, not a WebException, you probably want to Log an throw
    Logger.Error(ex, "HttpRequest error"); 
   throw;
}

}

答案 1 :(得分:0)

好的,您可以使用预定义的库来实现这一点,将有两个拇指,您将获得左右拇指值。

使用此Material Range Bar

相关问题