我搜索这样的卡片视图:
https://androidtutorialmagic.files.wordpress.com/2015/04/twitter_card_concept_hd.png
我尝试,我尝试,但我没有找到这样做的好布局.. 有什么想法吗?
由于
答案 0 :(得分:0)
FrameLayout
扩展了<CardView>
<ImageView width="match_parent" height="xxxdp" src="background" />
<LinearLayout orientation="vertical" marginTop="yyydp">
<LinearLayout orientation="horizontal">
<!-- Settings view, avatar view, check mark view -->
</LinearLayout>
<TextView text="Username" />
<TextView text="@username" />
</LinearLayout>
</CardView>
,因此您可以像这样布局视图:
C:\Builds\...\ClassLibrary3