| Index: samples/github/android/GithubSample/app/src/main/res/layout/cards_layout.xml
|
| diff --git a/samples/github/android/GithubSample/app/src/main/res/layout/cards_layout.xml b/samples/github/android/GithubSample/app/src/main/res/layout/cards_layout.xml
|
| index 34602a18e04511f773f54ecbac89b3cd26b4d809..e0b30079b62c2a39c10fca7d2df7ffa5bd69e4a4 100644
|
| --- a/samples/github/android/GithubSample/app/src/main/res/layout/cards_layout.xml
|
| +++ b/samples/github/android/GithubSample/app/src/main/res/layout/cards_layout.xml
|
| @@ -1,6 +1,6 @@
|
| <?xml version="1.0" encoding="utf-8"?>
|
|
|
| -<com.google.fletch.githubsample.CommitCardView
|
| +<com.google.dartino.githubsample.CommitCardView
|
| xmlns:android="http://schemas.android.com/apk/res/android"
|
| xmlns:card_view="http://schemas.android.com/apk/res-auto"
|
| android:id="@+id/card_view"
|
| @@ -64,5 +64,5 @@
|
|
|
| </RelativeLayout>
|
|
|
| -</com.google.fletch.githubsample.CommitCardView>
|
| +</com.google.dartino.githubsample.CommitCardView>
|
|
|
|
|