Loading res/layout/condition_tile.xml +9 −13 Original line number Diff line number Diff line Loading @@ -15,7 +15,8 @@ limitations under the License. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/content" android:layout_width="match_parent" android:layout_height="wrap_content" Loading Loading @@ -78,15 +79,10 @@ android:textColor="?android:attr/textColorPrimary" style="?android:attr/buttonBarButtonStyle"/> <Button android:id="@+id/second_action" <Space android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:alpha=".8" android:textAlignment="viewStart" android:textColor="?android:attr/textColorPrimary" style="?android:attr/buttonBarButtonStyle" /> android:layout_weight="1"/> </androidx.appcompat.widget.ButtonBarLayout> Loading Loading
res/layout/condition_tile.xml +9 −13 Original line number Diff line number Diff line Loading @@ -15,7 +15,8 @@ limitations under the License. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/content" android:layout_width="match_parent" android:layout_height="wrap_content" Loading Loading @@ -78,15 +79,10 @@ android:textColor="?android:attr/textColorPrimary" style="?android:attr/buttonBarButtonStyle"/> <Button android:id="@+id/second_action" <Space android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:alpha=".8" android:textAlignment="viewStart" android:textColor="?android:attr/textColorPrimary" style="?android:attr/buttonBarButtonStyle" /> android:layout_weight="1"/> </androidx.appcompat.widget.ButtonBarLayout> Loading