Guest User

Untitled

a guest
Jan 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <resources>
  2. <item name="guide_percent" format="float" type="dimen">0.3</item>
  3. </resources>
  4.  
  5. <resources>
  6. <item name="my_percent" format="float" type="dimen">0.7</item>
  7. </resources>
  8.  
  9. <android.support.constraint.Guideline
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:id="@+id/guideline_vertical"
  13. android:orientation="vertical"
  14. app:layout_constraintGuide_percent="@dimen/my_percent" />
Add Comment
Please, Sign In to add comment