More renaming
This commit is contained in:
Родитель
cf71febc0a
Коммит
5e77c624d7
|
@ -14,7 +14,7 @@ using PortableCongress;
|
|||
|
||||
namespace AndroidCongress
|
||||
{
|
||||
[Activity (Label = "iCongress", MainLauncher = true)]
|
||||
[Activity (Label = "Portable Congress", MainLauncher = true)]
|
||||
public class MainActivity : Activity
|
||||
{
|
||||
protected override void OnCreate (Bundle bundle)
|
||||
|
|
|
@ -54,7 +54,7 @@ WriteLiteral(" style=\"overflow:hidden;\"");
|
|||
|
||||
WriteLiteral(" data-position=\"fixed\"");
|
||||
|
||||
WriteLiteral(">\n \t<h1>iCongress</h1>\n </div>\n\n\t<ul");
|
||||
WriteLiteral(">\n \t<h1>Congress</h1>\n </div>\n\n\t<ul");
|
||||
|
||||
WriteLiteral(" data-role=\"listview\"");
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div data-role="header" style="overflow:hidden;" data-position="fixed">
|
||||
<h1>iCongress</h1>
|
||||
<h1>Congress</h1>
|
||||
</div>
|
||||
|
||||
<ul data-role="listview" data-inset="true" data-filter-placeholder="Search Congress..." data-filter="true">
|
||||
|
|
Загрузка…
Ссылка в новой задаче