|
|
@@ -136,18 +136,21 @@
|
|
|
style="@style/CommonTextView"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_weight="1"
|
|
|
+ android:paddingVertical="@dimen/common_spacing_small"
|
|
|
android:text="@string/effect" />
|
|
|
|
|
|
<TextView
|
|
|
style="@style/CommonTextView"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_weight="1"
|
|
|
+ android:paddingVertical="@dimen/common_spacing_small"
|
|
|
android:text="@string/switch_status" />
|
|
|
|
|
|
<TextView
|
|
|
style="@style/CommonTextView"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_weight="1"
|
|
|
+ android:paddingVertical="@dimen/common_spacing_small"
|
|
|
android:text="@string/lock_status" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
@@ -182,18 +185,21 @@
|
|
|
style="@style/CommonTextView"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_weight="1"
|
|
|
+ android:paddingVertical="@dimen/common_spacing_small"
|
|
|
android:text="@string/ready_to_colock" />
|
|
|
|
|
|
<TextView
|
|
|
style="@style/CommonTextView"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_weight="1"
|
|
|
+ android:paddingVertical="@dimen/common_spacing_small"
|
|
|
android:text="@string/colocked" />
|
|
|
|
|
|
<TextView
|
|
|
style="@style/CommonTextView"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_weight="1"
|
|
|
+ android:paddingVertical="@dimen/common_spacing_small"
|
|
|
android:text="@string/unlocked" />
|
|
|
</LinearLayout>
|
|
|
|