PowerRow: added image placeholder for future buttons
This commit is contained in:
parent
d298f2e173
commit
35dedd3ec9
1 changed files with 9 additions and 0 deletions
|
@ -50,4 +50,13 @@
|
|||
android:paddingLeft="10dp"
|
||||
tools:text="At will"/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/imageView"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignBottom="@+id/keywords"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true" />
|
||||
|
||||
</RelativeLayout>
|
Reference in a new issue