Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: samples/github/android/GithubSample/app/src/main/res/layout/activity_main.xml

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: samples/github/android/GithubSample/app/src/main/res/layout/activity_main.xml
diff --git a/samples/github/android/GithubSample/app/src/main/res/layout/activity_main.xml b/samples/github/android/GithubSample/app/src/main/res/layout/activity_main.xml
index 0bf44b79a3043caa62abb051129f79c967faa970..3364964bd1e13f930b4c6aca604ee256f2cf9fff 100644
--- a/samples/github/android/GithubSample/app/src/main/res/layout/activity_main.xml
+++ b/samples/github/android/GithubSample/app/src/main/res/layout/activity_main.xml
@@ -25,7 +25,7 @@
android:layout_width="@dimen/navigation_drawer_width"
android:layout_height="match_parent"
android:layout_gravity="start"
- android:name="com.google.fletch.githubsample.NavigationDrawerFragment"
+ android:name="com.google.dartino.githubsample.NavigationDrawerFragment"
tools:layout="@layout/fragment_navigation_drawer"/>
</android.support.v4.widget.DrawerLayout>

Powered by Google App Engine
This is Rietveld 408576698