在这里您可以看到我的轮播布局 xml 文件。
<com.touchmenotapps.carousel.simple.HorizontalCarouselLayout
android:id="@+id/carousel_layout_event"
android:layout_width="600dp"
android:layout_height="500dp"
android:layout_above="@+id/relativeLayout1"
android:layout_alignTop="@+id/carousel_layout" >
</com.touchmenotapps.carousel.simple.HorizontalCarouselLayout>
我想将正在运行的 android 模拟器屏幕宽度和高度设置为 android:layout_width & android:layout_height...
谁能帮我。谢谢