1
A
回答
1
檢查此? Why do 9-patch graphics size correctly in the emulator but not on a phone? 這個人得到了9個補丁上的演講泡沫的例子。你應該嘗試用9補丁工具嘗試它必將認爲這需要有用的下一次
0
這裏我soulution: post_list_item_even.xml
<ImageView android:id="@+id/post_icon"
android:gravity="center_horizontal|center_vertical"
android:padding="15dip" android:layout_width="wrap_content"
android:layout_height="fill_parent" android:layout_alignParentTop="true"
android:layout_alignParentBottom="true" />
<TextView android:id="@+id/post_text"
android:gravity="center_vertical"
android:layout_height="wrap_content" android:layout_width="fill_parent"
android:layout_toRightOf="@id/post_icon" android:layout_alignParentBottom="true"
android:layout_alignParentRight="true" android:background="@drawable/forum_bubble_even" />
post_list_item_odd.xml
<ImageView android:id="@+id/post_icon"
android:gravity="center_horizontal|center_vertical"
android:padding="15dip" android:layout_width="wrap_content"
android:layout_height="fill_parent" android:layout_alignParentRight="true"
android:layout_alignParentBottom="true" />
<TextView android:id="@+id/post_text"
android:gravity="center_vertical"
android:layout_height="wrap_content" android:layout_width="fill_parent"
android:layout_toLeftOf="@id/post_icon" android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true" android:background="@drawable/forum_bubble_odd" />
希望它會有用! :)
相關問題
- 1. 選擇器與9補丁
- 2. 泡泡聊天問題的Android的ListView
- 3. Android在ListView中實現聊天泡泡
- 4. Excel泡泡圖泡泡名
- 5. @ Android的9補丁
- 6. Highcharts與CSV數據泡泡
- 7. 問題與9補丁生成
- 8. 泡泡方案
- 9. Android 9-補丁錯誤
- 10. 9補丁運行不好
- 11. Android 9補丁模糊?
- 12. Android Studio 9錯誤補丁
- 13. 9補丁縮小問題
- 14. Xamarin - 支持9補丁?
- 15. 奇怪9補丁繪圖
- 16. 9補丁不尊重填補面積
- 17. Android ListView和事件冒泡
- 18. 與聊天泡泡定製的uitableview
- 19. 基本泡泡排序與Java ArrayList
- 20. 泡泡與文本框彈出
- 21. 選擇排序與泡泡排序C++
- 22. Android泡泡短信
- 23. 泡泡彈出框
- 24. Pygame彈跳泡泡
- 25. NSMenuItem數字泡泡?
- 26. iOS:泡泡文字?
- 27. 如何泡泡? | C#
- 28. Flex氣泡圖泡泡縮放
- 29. 爲什麼給9個補丁命名爲9個補丁png圖像
- 30. Highcharts泡泡圖泡泡頂部被切斷
嘿,謝謝我解決我的問題與本指南:http://developer.android.com/guide/developing/tools/draw9patch.html – Giulio 2011-05-11 17:46:52