Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit ba4ddbe

Browse files
author
William Mora
committed
Merge branch 'master' of https://github.com/nispok/snackbar
2 parents dcfaf1d + e3b5381 commit ba4ddbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/src/main/java/com/nispok/samples/snackbar/SnackbarSampleActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public void onClick(View v) {
323323
SnackbarManager.show(
324324
Snackbar.with(SnackbarSampleActivity.this)
325325
.text("Single-line Inside RelativeLayout")
326-
, (android.view.ViewGroup) findViewById(R.id.view_realtive_layout));
326+
, (android.view.ViewGroup) findViewById(R.id.view_relative_layout));
327327

328328
}
329329
});

sample/src/main/res/layout/activity_sample.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
android:text="Single-line Top Inside LinearLayout" />
135135

136136
<RelativeLayout
137-
android:id="@+id/view_realtive_layout"
137+
android:id="@+id/view_relative_layout"
138138
android:layout_width="match_parent"
139139
android:layout_height="100dp"
140140
android:orientation="horizontal"

0 commit comments

Comments
 (0)