CustomRelativeLayout Layout_with and layout_height in PDFTron not working
问题 Hi I have this CustomRelativeLayout in a PDFViewerCtrl in an Android Xamarin project: <pdftron.PDF.Tools.CustomRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="250dp" android:layout_height="250dp" app:posX="50" app:posY="150" app:pageNum="1" android:background="#33AFAFFF" app:zoomWithParent="true"> <View android:layout_width="match_parent" android:layout_height="match_parent" android:background=