私は持っていScrollView
ます。それは長いページで、すべてのページから取得したいScreenshot
ので、エミュレーターのズームを縮小する必要があります。どうすればいいですか?
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scrollbars="vertical"
android:layout_weight="1" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
<TableLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal"
android:stretchColumns="1">
.
.
.
</TableLayout>
</LinearLayout>
</ScrollView>
ごめん
コードが質問に関連していないことはわかっていますが、スタックオーバーフローにより、質問についてもっと書く必要があります。私の質問は最初の2行だけなので、AIがうまく機能していないと思います。