Loading core/res/res/layout/grant_credentials_permission.xml +6 −6 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ android:layout_height="match_parent" android:divider="?android:attr/dividerHorizontal" android:showDividers="middle" android:dividerPadding="16dip" > android:dividerPadding="0dip" > <!-- The list of packages that correspond to the requesting UID and the account/authtokenType that is being requested --> Loading Loading @@ -123,20 +123,20 @@ <LinearLayout android:id="@+id/buttons" android:layout_width="match_parent" android:layout_height="54dip" android:layout_height="wrap_content" style="?android:attr/buttonBarStyle"> <Button android:id="@+id/allow_button" android:text="@string/allow" android:id="@+id/deny_button" android:text="@string/deny" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="2" style="?android:attr/buttonBarButtonStyle" /> <Button android:id="@+id/deny_button" android:text="@string/deny" android:id="@+id/allow_button" android:text="@string/allow" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="2" Loading Loading
core/res/res/layout/grant_credentials_permission.xml +6 −6 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ android:layout_height="match_parent" android:divider="?android:attr/dividerHorizontal" android:showDividers="middle" android:dividerPadding="16dip" > android:dividerPadding="0dip" > <!-- The list of packages that correspond to the requesting UID and the account/authtokenType that is being requested --> Loading Loading @@ -123,20 +123,20 @@ <LinearLayout android:id="@+id/buttons" android:layout_width="match_parent" android:layout_height="54dip" android:layout_height="wrap_content" style="?android:attr/buttonBarStyle"> <Button android:id="@+id/allow_button" android:text="@string/allow" android:id="@+id/deny_button" android:text="@string/deny" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="2" style="?android:attr/buttonBarButtonStyle" /> <Button android:id="@+id/deny_button" android:text="@string/deny" android:id="@+id/allow_button" android:text="@string/allow" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="2" Loading