如何使我的卡片视图适应不同的屏幕尺寸

时间:2017-06-08 16:48:53

标签: xml android-studio android-cardview

我希望我的卡片视图将其大小调整为不同的屏幕尺寸。现在如果我在具有较小屏幕的模拟器上运行我的应用程序,卡片视图大小保持不变。

这是我的xml代码。

  <android.support.v7.widget.CardView
    android:layout_width="330dp"
    android:layout_height="120dp"
    android:layout_alignParentBottom="true"
    android:layout_centerHorizontal="true"
    android:layout_marginBottom="30dp"
    android:layout_gravity="end"
    android:elevation="23dp"
    app:cardBackgroundColor="@android:color/background_light"
    app:cardCornerRadius="5dp">

0 个答案:

没有答案