答案 0 :(得分:3)
对于像这样的东西来说这将是完美的,并且适用于每个设备。您必须计算每个PercentRelativeLayout相对于您的人物图像的百分比宽度,高度和边距。
以下是一个例子:
<android.support.percent.PercentRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<View
app:layout_widthPercent="25%"
android:layout_height="100dp"
app:layout_marginLeftPercent="5%"
android:background="#ff0000" />
</android.support.percent.PercentRelativeLayout>
并记得
compile 'com.android.support:percent:23.0.0'
答案 1 :(得分:1)
这是带有可点击区域的图像视图的示例。
https://blahti.wordpress.com/2012/06/26/images-with-clickable-areas/
我希望它会对你有所帮助。
答案 2 :(得分:0)
是的,可以使用相对布局,但很难。
为此你必须专注于