【Android(具有垂直居中控件的布局)】古人已用三冬足,年少今开万卷余。这篇文章主要讲述Android:具有垂直居中控件的布局相关的知识,希望能为你提供帮助。
- < ?xml version=" 1.0" encoding=" utf-8" ?>
- < RelativeLayout xmlns:android=" http://schemas.android.com/apk/res/android"
- android:layout_width=" match_parent" android:layout_height=" match_parent"
- android:orientation=" vertical" >
- < ProgressBar
- android:layout_centerInParent=" true"
- style=" @android:style/Widget.ProgressBar.Horizontal"
- android:id=" @+id/progressBar"
- android:layout_width=" fill_parent"
- android:layout_height=" 60sp"
- android:layout_margin=" 10sp"
- > < /ProgressBar>
- < TextView android:layout_below=" @id/progressBar"
- android:text=" XX% complete" android:gravity=" center" android:id=" @+id/status"
- android:layout_width=" fill_parent" android:layout_height=" wrap_content" > < /TextView>
- < /RelativeLayout>
推荐阅读
- Android(使用SharedPreferences保存和恢复';用户首选项';值)
- Applescript-同步iPhone
- Kotlin简介(适用于人类的Android编程)
- 详细解释React Native和Cordova有哪些区别()
- Kotlin的十项功能可促进Android开发
- 适用于开发人员的Android 7.0(新功能,性能升级和你不关心的其他内容)
- iOS开发人员不知道的10个最常见错误
- 大多数Swift开发人员不知道自己犯的错误
- iOS ARKit教程(用裸露的手指画画)