2012-07-17 70 views
1

的进度条右上角添加G'day there!如何在android

enter image description here

如何像在左侧的右侧添加角落?

<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 

    <item android:id="@android:id/progress" android:drawable="@drawable/progressbar_tile"> 
     <clip> 
      <shape> 
       <corners android:radius="5dp"/> 
      </shape> 
     </clip> 
    </item> 
</layer-list> 

回答

1

更改标签<clip><scale>这样的:

<scale android:scaleWidth="100%"> 
+1

Github上味的降价不会在这里工作。代码格式化通过使用4个空格缩进或使用图标工具栏来完成。 – Stijn 2016-12-27 09:23:14