Skip to content

Commit 1b6328d

Browse files
committed
change the box's size back to 300dp
1 parent 0e49338 commit 1b6328d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/user-interface/predictiveback/src/main/res/drawable/button.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
~ See the License for the specific language governing permissions and
1414
~ limitations under the License.
1515
-->
16-
<shape xmlns:android="http://schemas.android.com/apk/res/android"
17-
android:shape="rectangle">
16+
<shape xmlns:android="http://schemas.android.com/apk/res/android">
17+
1818
<solid android:color="#4285F4" />
1919
<corners android:radius="20dp" />
2020
</shape>

samples/user-interface/predictiveback/src/main/res/layout/fragment_set_custom_animations_second.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535

3636
<View
3737
android:id="@+id/box"
38-
android:layout_width="350dp"
39-
android:layout_height="350dp"
38+
android:layout_width="300dp"
39+
android:layout_height="300dp"
4040
android:background="@drawable/box"
4141
app:layout_constraintBottom_toBottomOf="parent"
4242
app:layout_constraintEnd_toEndOf="parent"

0 commit comments

Comments
 (0)