-1
A
回答
-1
我做了一些不同的東西,你需要,希望對大家有所幫助!從提供
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="300dp">
<ImageView
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"/>
<TextView
android:id="@+id/nombre_coche"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:background="@color/background_footer"
android:maxLines="1"
android:padding="16dp"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" //IMPORTANT FOR YOU
android:textColor="@android:color/white" />
</FrameLayout>
西班牙語信息:http://www.hermosaprogramacion.com/2015/07/tutorial-para-crear-un-gridview-en-android/
修訂
我認爲,增加對TextView
android:alpha="0.5"
應該做你在找什麼!
+1
OP詢問模糊,而不是阿爾法。 –
相關問題
- 1. 如何模糊ListView項目與模糊?
- 2. 模糊效果
- 3. QML模糊效果
- 4. Android的滾動模糊效果
- 5. 手指觸摸的Android模糊效果
- 6. WP7背景模糊效果
- 7. 畢業模糊效果
- 8. 模糊按鈕效果
- 9. GPUImage +觸摸模糊效果
- 10. 模糊效果時滾動
- 11. HTML5高斯模糊效果
- 12. 模糊效果iOS8上
- 13. 實時模糊效果7
- 14. 的Android - ListView的禁用壓效果項
- 15. Android ListView項目ID
- 16. 模糊效果過濾器火狐
- 17. 對DrawingVisual的模糊效果的替代
- 18. 電影文件模糊效果
- 19. 從UIVisualEffectView刪除模糊效果
- 20. iOS 7對videoPlayer的模糊效果
- 21. 爲UIButton添加模糊效果
- 22. 如何實現這種模糊效果?
- 23. PHP/GD高斯模糊效果
- 24. 文字模糊效果通過jQuery
- 25. iOS7截圖不考慮模糊效果
- 26. 模糊效果在iOS 7.1上消失
- 27. Coderwall模糊背景效果與畫布
- 28. 無法獲得模糊效果
- 29. 創建模糊的背景效果
- 30. iPhone爲圖像添加模糊效果
你是什麼意思,它不適用於ListView?你打電話的方法是什麼?你的佈局是如何構建的? – speedDeveloper
在加載背景圖像之前模糊操作調用,我需要一個非常快速的解決方案,以便項目可以快速滾動。 – user1214083
使用漸變... – Piyush