android — просмотр списка в центре относительной компоновки

#android #Android Вопрос: У меня есть следующий макет ( Android 4.4 ): <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <ListView android:id="@ id/list" android:layout_width="fill_parent" android:layout_height="wrap_content" android:divider="@android:color/transparent" android:dividerHeight="5dp" android:layout_centerHorizontal="true" android:layout_centerVertical="true" /> </RelativeLayout> Просмотр списка…

Продолжить чтениеandroid — просмотр списка в центре относительной компоновки