3
A
回答
3
沒有標準的解決方案,我用textView右邊textInputLayout和editText填充。
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:gravity="bottom">
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Hint"
app:errorEnabled="true">
<android.support.v7.widget.AppCompatEditText
style="@style/RegistrationEditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingRight="80dp" />
</android.support.design.widget.TextInputLayout>
<android.support.v7.widget.AppCompatTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerInParent="true"
android:paddingBottom="12dp"
android:paddingRight="8dp"
android:text="rightLabel" />
</RelativeLayout>
相關問題
- 1. Identyfying前綴後綴
- 2. setNames後綴前綴
- 3. 變量後綴前綴到後綴
- 4. Bukkit前綴和後綴
- 5. 球拍後綴爲前綴
- 6. 最長前綴後綴
- 7. Cmake庫前綴/後綴
- 8. 使URL後綴前綴
- 9. 如何有條件地更換前綴或前綴/後綴GSUB
- 10. 改變十進制前綴/後綴
- 11. 前綴/後綴替代Levenshtein距離
- 12. Java前綴和後綴操作數
- 13. C++運算符重載前綴/後綴
- 14. Solr後綴/前綴搜索數字
- 15. RegEx替換前綴和後綴
- 16. 前綴和後綴來使用python
- 17. Java正則表達式前綴後綴
- 18. Microsoft Word的前綴和後綴工具?
- 19. 彈性搜索前綴,後綴,EdgeGram
- 20. JacORB:更改前綴和後綴
- 21. 超載後綴和前綴運營商
- 22. preg_replace替換前綴後綴加自己
- 23. 找到後綴以前綴表達式
- 24. 查找也是後綴的前綴
- 25. 最長公共後綴前綴
- 26. 變換後綴爲前綴的列名
- 27. 中綴後綴
- 28. 簡單英語什麼是前綴,後綴,中綴在Swift中?
- 29. 前綴後綴中綴Java表達式求值器
- 30. CSS中的前綴無前綴腳本和前綴
不會[這](http://stackoverflow.com/a/37278154/1083957)對您有所幫助? – azizbekian