This repository was archived by the owner on Mar 3, 2020. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed 
connectionclass-sample/src/main Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" utf-8"  ?>
22<manifest  xmlns : android =" http://schemas.android.com/apk/res/android" 
3+     xmlns : tools =" http://schemas.android.com/tools" 
34    package =" com.facebook.network.connectionclass.sample"   >
45
56    <uses-permission  android : name =" android.permission.INTERNET"  />
67
78    <application 
89        android : allowBackup =" true" 
10+         android : fullBackupContent =" true" 
911        android : icon =" @drawable/ic_launcher" 
10-         android : label =" @string/app_name"  >
12+         android : label =" @string/app_name" 
13+         tools : ignore =" GoogleAppIndexingWarning"  >
1114        <activity 
1215            android : name =" .MainActivity" 
1316            android : label =" @string/app_name"   >
Original file line number Diff line number Diff line change 1313
1414    <TextView 
1515            android : text =" @string/connection_class" 
16-             android : textSize =" 20dp " 
16+             android : textSize =" 20sp " 
1717            android : layout_width =" wrap_content" 
1818            android : layout_height =" wrap_content" 
1919            android : layout_marginBottom =" 10dp"  />
2020
2121    <TextView 
2222            android : id =" @+id/connection_class" 
23-             android : textSize =" 32dp " 
23+             android : textSize =" 32sp " 
2424            android : layout_width =" wrap_content" 
2525            android : layout_height =" wrap_content"  />
2626
2929            style =" ?android:attr/progressBarStyleLarge" 
3030            android : layout_width =" wrap_content" 
3131            android : layout_height =" wrap_content" 
32-             android : layout_centerHorizontal =" true" 
3332            android : layout_marginTop =" 15dp" 
3433            android : visibility =" gone"  />
3534
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments