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

Unified Diff: samples/github/android/GithubSample/app/src/main/res/layout/cards_layout.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/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>
« no previous file with comments | « samples/github/android/GithubSample/app/src/main/res/layout/activity_main.xml ('k') | samples/github/android/compile.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698