Android: Can a static horizontal progress bar be embedded in a Textview?
问题 I don't think this is possible, but can a static (determinate) horizontal progress bar be embedded in a Textview? Update1: I am trying to create a progress bar similar to that of the iPhone, but I also need text above it. Here is a picture: http://i.stack.imgur.com/aDFU9.png Update2: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent